PathException
class PathException extends RuntimeException implements ExceptionInterface
Thrown when a file does not exist or is not readable.
Methods
| __construct(string $path, int $code, Exception $previous = null) |
Details
__construct(string $path, int $code, Exception $previous = null)
Parameters
| string | $path | |
| int | $code | |
| Exception | $previous |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Dotenv/Exception/PathException.html