Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::PathTooLongException Class Reference

Thrown when a file path is too long. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::PathTooLongException:
arion_exception::ArionException

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
 

Detailed Description

Thrown when a file path is too long.

Constructor & Destructor Documentation

◆ PathTooLongException()

arion_exception::PathTooLongException::PathTooLongException ( std::string  file_path)
inlineexplicit

Builder for PathTooLongException instances.

Parameters
[in]file_pathThe file path that is too long.

The documentation for this class was generated from the following file: