Thrown when an error occurs while opening a file. More...
#include <global_excepts.hpp>
Public Member Functions | |
| FileOpenException (std::string file_path) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when an error occurs while opening a file.
|
inlineexplicit |
Builder for FileOpenException instances.
| [in] | file_path | Path of the file that could not be opened. |