D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
spatie
/
browsershot
/
src
/
Exceptions
/
Filename :
FileUrlNotAllowed.php
back
Copy
<?php namespace Spatie\Browsershot\Exceptions; use Exception; class FileUrlNotAllowed extends Exception { public static function make() { return new static("An URL is not allow to start with file://"); } }