HOME


Mini Shell 1.0
DIR: /home/cardxfeb/www/vendor/spatie/browsershot/src/Exceptions/
Upload File :
Current File : //home/cardxfeb/www/vendor/spatie/browsershot/src/Exceptions/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.");
    }
}