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

File size: 124B
<?php

namespace Intervention\Image\Exception;

class RuntimeException extends ImageException
{
    # nothing to override
}