Thrown when attempting to read/write a register with a size that doesn't match the register's size. More...
#include <global_excepts.hpp>
Public Member Functions | |
| HeavierRegException (uint8_t req_sz, uint8_t prov_sz) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to read/write a register with a size that doesn't match the register's size.
|
inlineexplicit |
Builder for HeavierRegException instances.
| [in] | req_sz | Size of the register required. |
| [in] | prov_sz | Size of the provided variable. |