Overview

Namespaces

  • Deimos
    • Paginate
  • PHP

Interfaces

  • Throwable

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class Exception

Exception implements Throwable

Direct known subclasses

LogicException

Indirect known subclasses

InvalidArgumentException
PHP Extension: Core
Documented at php.net
Methods summary
public
# __construct( $message, $code, $previous )
public
# __wakeup( )
final public
# getMessage( )

Implementation of

Throwable::getMessage()
final public
# getCode( )

Implementation of

Throwable::getCode()
final public
# getFile( )

Implementation of

Throwable::getFile()
final public
# getLine( )

Implementation of

Throwable::getLine()
final public
# getTrace( )

Implementation of

Throwable::getTrace()
final public
# getPrevious( )

Implementation of

Throwable::getPrevious()
final public
# getTraceAsString( )

Implementation of

Throwable::getTraceAsString()
public
# __toString( )

Implementation of

Throwable::__toString()
Properties summary
protected string $message
# ''
protected integer $code
# 0
protected $file
#
protected $line
#
API documentation generated by ApiGen