%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hr/api/vendor/spatie/laravel-medialibrary/src/Exceptions/
Upload File :
Create Path :
Current File : /var/www/html/hr/api/vendor/spatie/laravel-medialibrary/src/Exceptions/InvalidPathGenerator.php

<?php

namespace Spatie\MediaLibrary\Exceptions;

use Exception;

class InvalidPathGenerator extends Exception
{
    public static function doesntExist(string $class)
    {
        return new static("Class {$class} doesn't exist");
    }

    public static function isntAPathGenerator(string $class)
    {
        return new static("Class {$class} must implement `Spatie\\MediaLibrary\\PathGenerator\\PathGenerator`");
    }
}

Zerion Mini Shell 1.0