winter/modules/system/classes/ApplicationException.php

12 lines
274 B
PHP
Raw Normal View History

2014-05-14 23:24:20 +10:00
<?php namespace System\Classes;
/**
* This class represents an application exception.
* Application exceptions are not logged in the error log.
*
* @package october\system
* @author Alexey Bobkov, Samuel Georges
*/
class ApplicationException extends ExceptionBase
{
}