|
<?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
|
|
{
|
|
}
|