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

File size: 131B
<?php

declare(strict_types=1);

namespace Intervention\Gif\Exceptions;

class FormatException extends RuntimeException
{
    //
}