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
getName()
Get the name of the exception.
public
getName() : mixed
printStackTrace()
Override: do nothing — this exception is a flow control signal, not an error.
public
printStackTrace() : mixed