Thrown when a file is not found. More...
#include <global_excepts.hpp>
Public Member Functions | |
| FileNotFoundException (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.
|
inlineexplicit |
Builder for FileNotFoundException instances.
| [in] | file_path | Path to the file that could not be found. |