Flatlogic Bot 90597ae75f draftv1
2025-10-05 16:43:57 +00:00

9 lines
156 B
PHP

<?php
declare(strict_types = 1);
namespace BaconQrCode\Exception;
final class WriterException extends \RuntimeException implements ExceptionInterface
{
}