Thrown when attempting to access an IDT entry with an interrupt number that is not referenced. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoIdtEntryWithIntnoException (uint32_t intno) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to access an IDT entry with an interrupt number that is not referenced.
|
inlineexplicit |
Builder for NoIdtEntryWithIntnoException instances.
| [in] | intno | The interrupt number that is not referenced. |