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::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::__clone
  • References/PHP/Language/Predefined Exceptions/Exception

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

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

(No version information available, might only be in Git) Clone the error

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
Error::getMessage
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the error message

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

(No version information available, might only be in Git) Returns previous Throwable

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
Error::getTraceAsString
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the stack trace as a string

2025-01-10 15:47:30