PHP Class App\Exceptions\FileNotFoundException

Inheritance: extends App\Exceptions\Exception
Show file Open project: sroutier/laravel-5.1-enterprise-starter-kit

Protected Properties

Property Type Description
$path string

Public Methods

Method Description
__construct ( string $path, integer $code, App\Exceptions\Exception $previous = null ) Constructor.
getPath ( ) : string Get the path which was not found.

Method Details

__construct() public method

Constructor.
public __construct ( string $path, integer $code, App\Exceptions\Exception $previous = null )
$path string
$code integer
$previous App\Exceptions\Exception

getPath() public method

Get the path which was not found.
public getPath ( ) : string
return string

Property Details

$path protected property

protected string $path
return string