SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::NotImplementedException Class Reference

#include <Exception.hpp>

Inheritance diagram for Sleak::NotImplementedException:

Public Member Functions

 NotImplementedException (const std::string &message="Not implemented")
Public Member Functions inherited from Sleak::SleakException
 SleakException (const std::string &message)
virtual const char * what () const noexcept override

Additional Inherited Members

Protected Attributes inherited from Sleak::SleakException
std::string message_

Detailed Description

Thrown by stubbed-out code paths that haven't been implemented yet.

Definition at line 78 of file Exception.hpp.

Constructor & Destructor Documentation

◆ NotImplementedException()

Sleak::NotImplementedException::NotImplementedException ( const std::string & message = "Not implemented")
inline

Definition at line 80 of file Exception.hpp.