PHP Class Nelmio\Alice\Throwable\Exception\FileLocator\FileNotFoundException

Inheritance: extends UnexpectedValueException
Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
createForEmptyFile ( ) : self
createForNonExistentFile ( string $file ) : self

Method Details

createForEmptyFile() public static method

public static createForEmptyFile ( ) : self
return self

createForNonExistentFile() public static method

public static createForNonExistentFile ( string $file ) : self
$file string
return self