DispatchHaltedException

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

uses \RuntimeException
package Klein\Exceptions

 Methods

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

getNumberOfSkips() : int

Returns

int

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

setNumberOfSkips(int $number_of_skips) : \Klein\Exceptions\DispatchHaltedException
access public

Parameters

$number_of_skips

int

Returns

 Properties

 

$number_of_skips : int
access protected

 Constants

 

Skip the next match/callback

SKIP_NEXT 
const int
 

Skip the rest of the matches

SKIP_REMAINING 
const int
 

Skip this current match/callback

SKIP_THIS 
const int