ok

Mini Shell

Direktori : /home2/selectio/public_html/a1tex.in/vendor/spatie/image/src/Exceptions/
Upload File :
Current File : /home2/selectio/public_html/a1tex.in/vendor/spatie/image/src/Exceptions/InvalidImageDriver.php

<?php

namespace Spatie\Image\Exceptions;

use Exception;

class InvalidImageDriver extends Exception
{
    public static function driver(string $driver): self
    {
        return new self("Driver must be `gd` or `imagick`. `{$driver}` provided.");
    }
}

Zerion Mini Shell 1.0