Exception class for failed resource allocation. More...
Inherits Exception.
Public Member Functions | |
ResourceLoadingException (const std::string &message) | |
Constructor. More... | |
Exception class for failed resource allocation.
Is thrown when an error occurs while loading a resource.
|
explicit |
Constructor.
message | The exception message (how the error occurred). |