Thrown when attempting to use an expired weak_ptr. More...
#include <global_excepts.hpp>
Public Member Functions | |
| ExpiredWeakPtrException (std::string weak_ptr_name) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to use an expired weak_ptr.
|
inlineexplicit |
Builder for ExpiredWeakPtrException instances.
| [in] | weak_ptr_name | Name of the expired weak_ptr. |