|
OpenEnroth 135c41f
|
#include <FileSystemException.h>
Public Member Functions | |
| FileSystemException (FileSystemError error, std::string_view arg0, std::string_view arg1={}) | |
Public Member Functions inherited from Exception | |
| template<class... Args> | |
| Exception (fmt::format_string< Args... > fmt, Args &&... args) | |
Static Public Member Functions | |
| static void | raise (const FileSystem *fs, FileSystemError error, FileSystemPathView arg0) |
| static void | raise (const FileSystem *fs, FileSystemError error, FileSystemPathView arg0, FileSystemPathView arg1) |
Static Public Member Functions inherited from Exception | |
| static void | throwFromErrno (std::string_view arg) |
| static void | throwFromErrc (std::errc error, std::string_view arg) |
Private Member Functions | |
| std::string | formatMessage (FileSystemError error, std::string_view arg0, std::string_view arg1) |
| FileSystemException::FileSystemException | ( | FileSystemError | error, |
| std::string_view | arg0, | ||
| std::string_view | arg1 = {} |
||
| ) |
|
private |
|
static |
|
static |