DispatchHaltedException
Exception used to halt a route callback from executing in a dispatch loop
| uses | \RuntimeException |
|---|---|
| package | Klein\Exceptions |
getNumberOfSkips() : int
intsetNumberOfSkips(int $number_of_skips) : \Klein\Exceptions\DispatchHaltedException
$number_of_skips : int
| access | protected |
|---|
SKIP_NEXT
| const | int |
|---|
SKIP_REMAINING
| const | int |
|---|
SKIP_THIS
| const | int |
|---|