| Interface | Description |
|---|---|
| ICustomStatusCodeException |
An exception on which it is possible to specify the
response
status code to send to the user. |
| IPublicException |
An interface to be implemented by exceptions to indicate that
their "message" can be displayed to the end user.
|
| IResponseResetableException |
An interface for exceptions which allows them to control if the
response should be reset (its buffer, headers, etc.) before running
the "Exception" routing process.
|
| Exception | Description |
|---|---|
| CustomStatusCodeException | |
| ForwardRouteException |
Exception that will forward the request to another route.
|
| NotFoundException |
Exception to throw to trigger the "Not Found" route.
|
| PublicException | |
| RedirectException |
Exception that will immediately send redirection headers and will skip
any remaining handlers.
|
| ResponseResetableException |
An exception which allows to control if the
response should be reset (its buffer, headers, etc.) before running
the "Exception" routing process.
|
| SkipRemainingHandlersException |
Exception that will simply stop the current routing process
without starting any new one.
|
Copyright © 2016. All rights reserved.