Guides
Tutorials
Base exception interface.
interface ApiPlatform\Exception\ExceptionInterface implements Throwable, Stringable
{
public getMessage(): string
public getCode()
public getFile(): string
public getLine(): int
public getTrace(): array
public getPrevious(): Throwable
public getTraceAsString(): string
public __toString(): string
}
interface ApiPlatform\Exception\ExceptionInterface implements Throwable, Stringable
{
public getMessage(): string
public getCode()
public getFile(): string
public getLine(): int
public getTrace(): array
public getPrevious(): Throwable
public getTraceAsString(): string
public __toString(): string
}