Standard exception type, provides code location and error string. More...
#include <ecl/config/ecl.hpp>#include <string>#include "exception.hpp"#include <ecl/errors/handlers.hpp>#include <ecl/errors/macros.hpp>#include <cstring>

Go to the source code of this file.
| Classes | |
| class | ecl::StandardException | 
| Standard exception type, provides code location and error string.  More... | |
| Namespaces | |
| ecl | |
Standard exception type, provides code location and error string.
Standard exception type for try-catch handling in the ecl. It provides just the code location and an error message.
Definition in file standard_exception.hpp.