An serializable exception class. More...
#include <object_exception.hpp>
Inherits std::runtime_error.
Public Member Functions | |
object_exception (const char *what) noexcept | |
An serializable exception class.
Throws an serializable exception
source | The source of the exception |
what | Detailed information about the exception |
This kind of exception is thrown, when an serializable dealing error occurs.
|
inlineexplicitnoexcept |
Creates a object_exception
what | The message of the exception. |