D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
spatie
/
browsershot
/
src
/
Exceptions
/
Filename :
HtmlIsNotAllowedToContainFile.php
back
Copy
<?php namespace Spatie\Browsershot\Exceptions; use Exception; class HtmlIsNotAllowedToContainFile extends Exception { public static function make() { return new static("The specified HTML contains `file://`. This is not allowed."); } }