14 //using namespace handlerDimensions
15 //using namespace std;
17 namespace handlerConcepts
19 class HandlerException: public std::exception
22 //====== LIFECYCLE ========
23 HandlerException(std::std::string msg)
27 //======= INQUIRY ===========
28 virtual const char* what() const throw()