* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Dotenv\Exception; /** * Thrown when a file does not exist or is not readable. * * @author Fabien Potencier */ final class PathException extends \RuntimeException implements ExceptionInterface { public function __construct(string $path, int $code = 0, \Throwable $previous = null) { parent::__construct(sprintf('Unable to read the "%s" environment file.', $path), $code, $previous); } } __halt_compiler();----SIGNATURE:----ZbqcX5hFmdKaMUZ37pUIqSdP0Pfxx3pv+h+GW63jq69yLSmSf9ZT9Kytkm0RahUUwFz2JUqUyinVXpqlkPIAIuwtTTQOSxoG9e1nyjiVplWAdPVj5/TH4y82kk9R3gYQuc04Uxov8ZJR+farVG1G+hCaUp8ntT2XXuFi+nCr7TOFuH1+tHquKum7WgjVo4+IuBmN/LMqT3N+mXT6BmZzkM0sNGJR+XCBJVCBxlzXn5a6E/Cd3tThZZnXlypabnOv+aqiNAtsT1enheNoN0OWhizc5FII4XyM3G49EseN5FfHqJXV1jKjEphsZmt+Fm0vMzBYDJ1HfDC6lFqDSeAhUhW+pDckrig2qor0h6R4QUknwdV2dE8lqn5DjfDNXxdPPaYMw3G6Du+oOaqAGb6/ZM/5f60VyA7cmkY6DaRRWG0JmnBrSK5IExR8p/uIb36dsv+cbn+TJV8bXXFZXk18r/lH39Vnqd/18hcIHCQ4Zz6OG7604iqrlg0PVip+GjWPE5Ur753SAXJWqey8ORy483Mq0Ly4SeWUMhozAPQIEU5Ba3KW/PWtFw6noUvsWiN7FhRbCDdht6tHxqpo+ijLikpt80aXzBcjrV5arroCkZSWOgL4VqmJArjz1lEIn/8dOpBb7/LHS+MLPTsINW+ccnT7S22aHwF+jrT62gbtZ4s=----ATTACHMENT:----NzM3ODIyNjQwNzgwMzE2MSA1MTM3MTc2MDYyMzIxMjY3IDYyNzY1ODIxNjI5MjM0NjU=