2014-05-14 13:24:20 +00: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
|
|
|
|
|
{
|
2014-10-18 09:58:50 +00:00
|
|
|
}
|