| 54 | }; |
| 55 | |
| 56 | class FilesystemException : public ErrorException |
| 57 | { |
| 58 | public: |
| 59 | FilesystemException(const std::string& message): ErrorException(message) {} |
| 60 | }; |
| 61 | |
| 62 | class BadPathException : public FilesystemException |
| 63 | { |
no outgoing calls
no test coverage detected