Thrown when a file is not found in a file system. More...
#include <global_excepts.hpp>
Public Member Functions | |
| FileNotInFsException (std::string fs, std::string file_path) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a file is not found in a file system.
|
inlineexplicit |
Builder for FileNotInFsException instances.
| [in] | fs | Name of the file system where the file is not found. |
| [in] | file_path | Path of the file that is not found. |