com\setasign\SetaFramework
Exception Class Exception
File: /SetaFramework/src/Exception.php
SetaFramework Exception
Class hierarchy
- \Exception
- Exception
- Bootstrap\BadRequestException
- Bootstrap\ConfigReaderException
- Controller\InitControllerException
- CriticalException
- Database\ConnectionException
- Database\Migration\MigrationDownException
- Database\Migration\MigrationUpException
- Database\Table\MissingPrimaryKeyException
- ExceptionCollection
- FileSystem\ReadException
- Helper\CsrfProtectionException
- Helper\RateLimiter\HardLockException
- Helper\UnexpectedOutputException
- Request\UploadException
- Router\RouteException
- Session\SessionException
- View\ViewException
- Exception
Implements
Summary
Properties
$code
protected \Exception::$code = 0
$file
protected \Exception::$file = ''
$line
protected \Exception::$line = 0
$message
protected \Exception::$message = ''
Methods
__construct()
Internal PHP method: Exception::__construct
__clone()
Internal PHP method: Exception::__clone
__toString()
Internal PHP method: Exception::__toString
__wakeup()
Internal PHP method: Exception::__wakeup
getCode()
Internal PHP method: Exception::getCode
getFile()
Internal PHP method: Exception::getFile
getLine()
Internal PHP method: Exception::getLine
getMessage()
Internal PHP method: Exception::getMessage
getPrevious()
Internal PHP method: Exception::getPrevious
getTrace()
Internal PHP method: Exception::getTrace
getTraceAsString()
Internal PHP method: Exception::getTraceAsString
