<?php namespace Buglinjo\LaravelWebp\Exceptions; use Exception; class ImageMimeNotSupportedException extends Exception { }