(PHP 5 >= 5.1.0, PHP 7)
Exception::__toString
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) String representation of the exception

2025-01-10 15:47:30
Exception::getPrevious
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.3.0, PHP 7) Returns previous Exception

2025-01-10 15:47:30
Exception::getTraceAsString
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the stack trace as a string

2025-01-10 15:47:30
Exception::getTrace
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the stack trace

2025-01-10 15:47:30
Exception::__clone
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Clone the exception

2025-01-10 15:47:30
Exception::getCode
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the Exception code

2025-01-10 15:47:30
Exception::getLine
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the line in which the exception occurred

2025-01-10 15:47:30
Exception::getMessage
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the Exception message

2025-01-10 15:47:30
Exception::getFile
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the file in which the exception occurred

2025-01-10 15:47:30
Exception::__construct
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Construct the exception

2025-01-10 15:47:30