ARouter  0.1.0
Annotation based router for your projects
PathArgumentIsMissingException Class Reference
Inheritance diagram for PathArgumentIsMissingException:

Public Member Functions

 __construct ($argumentName, $path)
 
 getArgumentName ()
 
 getPath ()
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $argumentName,
  $path 
)

PathArgumentIsMissingException constructor.

Parameters
string$argumentNameArgument name.
string$pathRequest path.

Member Function Documentation

◆ getArgumentName()

getArgumentName ( )

Get argument name.

Returns
string

◆ getPath()

getPath ( )

Get request path.

Returns
string

The documentation for this class was generated from the following file: