Heratio Framework API Reference

sfParseException extends sfException
in package

Table of Contents

Methods

createFromException()  : mixed
Wrap another exception.
getLastException()  : mixed
Get the last exception.
getName()  : mixed
Get the name of the exception.
printStackTrace()  : mixed
Print the stack trace (HTML or text).

Methods

createFromException()

Wrap another exception.

public static createFromException(Throwable $e) : mixed
Parameters
$e : Throwable

getLastException()

Get the last exception.

public static getLastException() : mixed

getName()

Get the name of the exception.

public getName() : mixed

printStackTrace()

Print the stack trace (HTML or text).

public printStackTrace() : mixed

        
On this page

Search results