Raised when a filesystem operation (copy, write, remove) fails. More...
#include <notex/errors.hpp>
Public Member Functions | |
| FilesystemError (std::string message) | |
| Public Member Functions inherited from notex::NotexError | |
| NotexError (std::string message, ExitCode exit_code) | |
| Constructs an error with its message and exit code. | |
| ExitCode | exit_code () const noexcept |
Raised when a filesystem operation (copy, write, remove) fails.
Definition at line 82 of file errors.hpp.
|
inlineexplicit |
Definition at line 84 of file errors.hpp.