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/ElementNotFound.php

<?php

namespace Spatie\Browsershot\Exceptions;

use Exception;

class ElementNotFound extends Exception
{
    public function __construct($selector)
    {
        parent::__construct("The given selector `{$selector} did not match any elements");
    }
}

Zerion Mini Shell 1.0