Roller\Exception\RouteException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message, $route )
    function __construct($message, $route)
    {
        $this->route = $route;
        parent::__construct($message);
    }