ok

Mini Shell

Direktori : /home2/selectio/public_html/3-idiots/vendor/spatie/browsershot/src/Exceptions/
Upload File :
Current File : /home2/selectio/public_html/3-idiots/vendor/spatie/browsershot/src/Exceptions/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://");
    }
}

Zerion Mini Shell 1.0