File "MissingParameter.php"
Full Path: /var/www/html/back/vendor/spatie/image/src/Exceptions/MissingParameter.php
File size: 103 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\Image\Exceptions;
use Exception;
class MissingParameter extends Exception {}