EasyDelegate
2.0
Delegate and deferred callers for C++11.
|
An exception type that is thrown by the EasyDelegate library when any delegate type has attempted to make a call against a NULL method pointer. More...
#include <exceptions.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Returns a pointer to the exception text from the exception. More... | |
An exception type that is thrown by the EasyDelegate library when any delegate type has attempted to make a call against a NULL method pointer.
|
inlinevirtual |
Returns a pointer to the exception text from the exception.