/home/kueuepay/www/vendor/buglinjo/laravel-webp/src/Exceptions/ImageMimeNotSupportedException.php
<?php

namespace Buglinjo\LaravelWebp\Exceptions;

use Exception;

class ImageMimeNotSupportedException extends Exception
{

}
User Registration
top