Thrown when a file path is too long. More...
#include <global_excepts.hpp>
Public Member Functions | |
| PathTooLongException (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 path is too long.
|
inlineexplicit |
Builder for PathTooLongException instances.
| [in] | file_path | The file path that is too long. |