File "ImageMethodDoesNotExist-20250318124345.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/spatie/image/src/Exceptions/ImageMethodDoesNotExist-20250318124345.php
File size: 251 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\Image\Exceptions;

use Exception;

class ImageMethodDoesNotExist extends Exception
{
    public static function make(string $methodName): static
    {
        return new static("Method `{$methodName}` does not exist");
    }
}