Class Pass
Pass Exception
This Exception will cause the Router::dispatch method to skip the current matching route and continue to the next matching route. If no subsequent routes are found, a HTTP 404 Not Found response will be sent to the client.
- Exception
-
Slim\Exception\Pass
Namespace: Slim\Exception
Package: Slim
Author: Josh Lockhart
Since: 1.0.0
Located at thirdparty/Slim/Exception/Pass.php
Package: Slim
Author: Josh Lockhart
Since: 1.0.0
Located at thirdparty/Slim/Exception/Pass.php
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|