This class serves two purposes: it is the type of the exceptions thrown by the RAR extension functions and methods and it allows, through static methods to query and define the error behaviour of the extension, i.e., whether exceptions are thrown or only warnings are emitted.
The following error codes are used:
Not part of the contract. Use RarException::getMessage.
Not part of the contract. Use RarException::getCode.
Not part of the contract. Use RarException::getFile.
Not part of the contract. Use RarException::getLine.
Not part of the contract. Use RarException::isUsingExceptions and RarException::setUsingExceptions.