gnu-social/vendor/intervention/image/src/Intervention/Image/Exception/ImageException.php

9 lines
125 B
PHP

<?php
namespace Intervention\Image\Exception;
class ImageException extends \RuntimeException
{
# nothing to override
}