1
0
Files
lkafu/vendor/intervention/image/src/Intervention/Image/Exception/ImageException.php
2020-08-06 14:50:07 +08:00

9 lines
125 B
PHP

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