Heratio Framework API Reference

sfStopException 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
Override: do nothing — this exception is a flow control signal, not an error.

Methods

createFromException()

Wrap another exception.

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

getLastException()

Get the last exception.

public static getLastException() : mixed

printStackTrace()

Override: do nothing — this exception is a flow control signal, not an error.

public printStackTrace() : mixed

        
On this page

Search results