Kraken\Channel\Router\RuleMatch\RuleMatchException::__construct PHP Method

__construct() public method

public __construct ( string $exception )
$exception string
    public function __construct($exception)
    {
        $this->exception = $exception;
    }