php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Throwable Interface Reference
Inheritance diagram for Throwable:
Stringable Error Exception ArithmeticError AssertionError CompileError DateError FFI\Exception FiberError Random\RandomError TypeError UnhandledMatchError ValueError ClosedGeneratorException DOMException DateException ErrorException IntlException JsonException LogicException PharException Random\RandomException ReflectionException RequestParseBodyException RuntimeException SQLite3Exception SoapFault SodiumException com_exception

Public Member Functions

 getMessage ()
 
 getCode ()
 
 getFile ()
 
 getLine ()
 
 getTrace ()
 
 getPrevious ()
 
 getTraceAsString ()
 
- Public Member Functions inherited from Stringable
 __toString ()
 

Detailed Description

@generate-class-entries

Definition at line 7 of file zend_exceptions.stub.php.

Member Function Documentation

◆ getCode()

Throwable::getCode ( )
Returns
int

Implemented in Error, and Exception.

◆ getFile()

Throwable::getFile ( )

Implemented in Error, and Exception.

◆ getLine()

Throwable::getLine ( )

Implemented in Error, and Exception.

◆ getMessage()

Throwable::getMessage ( )

Implemented in Error, and Exception.

◆ getPrevious()

Throwable::getPrevious ( )

Implemented in Error, and Exception.

◆ getTrace()

Throwable::getTrace ( )

Implemented in Error, and Exception.

◆ getTraceAsString()

Throwable::getTraceAsString ( )

Implemented in Error, and Exception.


The documentation for this interface was generated from the following file: