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