ok

Mini Shell

Direktori : /home2/selectio/www/innerstore/vendor/spatie/browsershot/src/Exceptions/
Upload File :
Current File : /home2/selectio/www/innerstore/vendor/spatie/browsershot/src/Exceptions/UnsuccessfulResponse.php

<?php

namespace Spatie\Browsershot\Exceptions;

use Exception;

class UnsuccessfulResponse extends Exception
{
    public function __construct($url, $code)
    {
        parent::__construct("The given url `{$url}` responds with code {$code}");
    }
}

Zerion Mini Shell 1.0