tartan 1.2.2.1
Chess API
|
Base class for all tartan exceptions. More...
#include <exceptions.hpp>
Additional Inherited Members | |
Public Member Functions inherited from std::logic_error | |
T | logic_error (T... args) |
T | what (T... args) |
Public Member Functions inherited from std::exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Base class for all tartan exceptions.
Every exception that is related to gameplay thrown by this library is derived from this class.