Thrown when there is no memory segment with the specified info. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoSegmentWithInfoException (std::string info) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when there is no memory segment with the specified info.
|
inlineexplicit |
Builder for NoSegmentWithInfoException instances.
| [in] | info | The info of the memory segment that is not found. |