PHP Class WoohooLabs\Harmony\Exception\RouteNotFound

Inheritance: extends Exceptio\Exception
Mostrar archivo Open project: woohoolabs/harmony

Protected Properties

Property Type Description
$route string

Public Methods

Method Description
__construct ( string $route )
getRoute ( ) : string

Method Details

__construct() public method

public __construct ( string $route )
$route string

getRoute() public method

public getRoute ( ) : string
return string

Property Details

$route protected_oe property

protected string $route
return string