/home2/mshostin/crm.ms-hostingladz.com/vendor/intervention/gif/src/Exceptions/DecoderException.php
<?php

declare(strict_types=1);

namespace Intervention\Gif\Exceptions;

class DecoderException extends \RuntimeException
{
}