Files
Recherches/upLoadImage/vendor/intervention/gif/src/Exceptions/FormatException.php
2026-01-09 10:51:56 +01:00

11 lines
131 B
PHP

<?php
declare(strict_types=1);
namespace Intervention\Gif\Exceptions;
class FormatException extends RuntimeException
{
//
}