Thrown when passing an invalid system call name argument to a method. More...
#include <global_excepts.hpp>
Public Member Functions | |
| InvalidSyscallNameException (std::string &name) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when passing an invalid system call name argument to a method.
|
inlineexplicit |
Builder for InvalidSyscallNameException instances.
| [in] | name | Name of the system call with an invalid value. |