PHP Class Kraken\Channel\Router\RuleMatch\RuleMatchException

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$exception string

Public Methods

Method Description
__construct ( string $exception )
__destruct ( )
__invoke ( string $exception, Kraken\Channel\Protocol\ProtocolInterface $protocol ) : boolean

Method Details

__construct() public method

public __construct ( string $exception )
$exception string

__destruct() public method

public __destruct ( )

__invoke() public method

public __invoke ( string $exception, Kraken\Channel\Protocol\ProtocolInterface $protocol ) : boolean
$exception string
$protocol Kraken\Channel\Protocol\ProtocolInterface
return boolean

Property Details

$exception protected property

protected string $exception
return string