View file vendor/intervention/gif/src/Exceptions/RuntimeException.php

File size: 133B
<?php

declare(strict_types=1);

namespace Intervention\Gif\Exceptions;

class RuntimeException extends \RuntimeException
{
    //
}