#include <GeneratorException.hpp>
Public Member Functions | |
GeneratorException (std::string message) | |
auto | what () const noexcept -> const char *override |
Public Attributes | |
std::string | message |
the message to throw More... | |
A File-Writing exception
Definition at line 11 of file GeneratorException.hpp.
|
explicit |
Constructor.
file | the file to error on |
message | the message to throw |
Definition at line 17 of file GeneratorException.cpp.
|
overridenoexcept |
Exception-Message
Definition at line 8 of file GeneratorException.cpp.
References message.
std::string GeneratorException::message |