#include <exception.h>

Public Member Functions | |
| SanityCheckError (std::string message, const char *file, int line) throw () | |
| psi::SanityCheckError::SanityCheckError | ( | std::string | message, | |
| const char * | file, | |||
| int | line | |||
| ) | throw () |
Constructor
| message | The message that will be printed by exception | |
| file | The file that threw the exception (use __FILE__ macro) | |
| line | The line number that threw the exception (use __LINE__ macro) |
1.5.6