\app\framework\Component\Route\Klein\ExceptionsDispatchHaltedException

DispatchHaltedException

Exception used to halt a route callback from executing in a dispatch loop

Summary

Methods
Properties
Constants
getNumberOfSkips()
setNumberOfSkips()
No public properties found
SKIP_THIS
SKIP_NEXT
SKIP_REMAINING
No protected methods found
$number_of_skips
N/A
No private methods found
No private properties found
N/A

Constants

SKIP_THIS

SKIP_THIS

Skip this current match/callback

SKIP_NEXT

SKIP_NEXT

Skip the next match/callback

SKIP_REMAINING

SKIP_REMAINING

Skip the rest of the matches

Properties

$number_of_skips

$number_of_skips : 

The number of next matches to skip on a "next" skip

Type

Methods

getNumberOfSkips()

getNumberOfSkips() : integer

Gets the number of matches to skip on a "next" skip

Returns

integer