%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/diaspora/api_production/vendor/spatie/image/src/Exceptions/
Upload File :
Create Path :
Current File : /var/www/html/diaspora/api_production/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