PHP 클래스 App\Exceptions\FileNotFoundException

상속: extends App\Exceptions\Exception
파일 보기 프로젝트 열기: sroutier/laravel-5.1-enterprise-starter-kit

보호된 프로퍼티들

프로퍼티 타입 설명
$path string

공개 메소드들

메소드 설명
__construct ( string $path, integer $code, App\Exceptions\Exception $previous = null ) Constructor.
getPath ( ) : string Get the path which was not found.

메소드 상세

__construct() 공개 메소드

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

getPath() 공개 메소드

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

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string