27 FileError(std::string
const &message)
throw();
Error namespace that will contain all Error types.
Definition: Errors.hpp:18
Erorr class to handle throw.
Definition: Errors.hpp:22
FileError(std::string const &message)
Construct a new File Error object.
Definition: FileError.cpp:10
virtual ~FileError()
Destroy the File Error object.
Definition: FileError.cpp:15
FileError class to handle throw, inherited from Errors.
Definition: FileError.hpp:20