ThrowableIntroduction
Throwable is the base interface for any object that
can be thrown via a
Interface synopsis
Throwable
extends
Stringable
/* Methods */
public string Throwable::getMessage()
public int Throwable::getCode()
public string Throwable::getFile()
public int Throwable::getLine()
public array Throwable::getTrace()
public string Throwable::getTraceAsString()
public Throwablenull Throwable::getPrevious()
public string Throwable::__toString()
/* Inherited methods */
public string Stringable::__toString()
Changelog
|