Throwable interface

Throwable

Extends: Stringable

Methods #

getCode()
-
getFile()
-
getLine()
-
getMessage()
-
getPrevious()
-
getTrace()
-
getTraceAsString()
-

getCode()

public function getCode()

getFile()

public function getFile(): string
Returns string

getLine()

public function getLine(): int
Returns int

getMessage()

public function getMessage(): string
Returns string

getPrevious()

public function getPrevious(): ?Throwable
Returns ?Throwable

getTrace()

public function getTrace(): array
Returns array

getTraceAsString()

public function getTraceAsString(): string
Returns string

Inherited methods #