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