ok
Direktori : /home2/selectio/www/3-idiots/vendor/spatie/browsershot/src/Exceptions/ |
Current File : /home2/selectio/www/3-idiots/vendor/spatie/browsershot/src/Exceptions/FileDoesNotExistException.php |
<?php namespace Spatie\Browsershot\Exceptions; use Exception; class FileDoesNotExistException extends Exception { public function __construct($file) { parent::__construct("The file `{$file}` does not exist"); } }