Jet\Config_Exception
Presents an exception for Jet\Config. It has the following error codes:
class Config_Exception extends Exception
{
const CODE_CONFIG_FILE_IS_NOT_READABLE = 2;
const CODE_CONFIG_FILE_IS_NOT_VALID = 3;
const CODE_DEFINITION_NONSENSE = 100;
const CODE_CONFIG_CHECK_ERROR = 200;
}