Thrown when passing an invalid system call number to a method. More...
#include <global_excepts.hpp>
Public Member Functions | |
| InvalidSyscallNoException (uint64_t syscall_no) | |
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 number to a method.
|
inlineexplicit |
Builder for InvalidSyscallNoException instances.
| [in] | syscall_no | The invalid system call number. |