PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
spatie
/
browsershot
/
src
/
Exceptions
/
Editing: HtmlIsNotAllowedToContainFile.php
<?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."); } }
SAVE
CANCEL