----------------------------------------------- GET MESSAGE ------------------------------------------------
| 6 | } |
| 7 | //----------------------------------------------- GET MESSAGE ------------------------------------------------ |
| 8 | const std::string GeneralException::getMessage(void) const |
| 9 | { |
| 10 | return this->message; |
| 11 | } |
| 12 | //----------------------------------------------- CONSTRUCTOR ------------------------------------------------ |
| 13 | FileException::FileException(const std::string &message) : GeneralException(message) |
| 14 | { |
no outgoing calls
no test coverage detected