View file vendor/intervention/image/src/Intervention/Image/Exception/NotSupportedException.php

File size: 129B
<?php

namespace Intervention\Image\Exception;

class NotSupportedException extends ImageException
{
    # nothing to override
}