Files
grav-plugin-listmonk/classes/Exceptions/ListmonkClientException.php

9 lines
112 B
PHP
Raw Normal View History

2025-07-12 16:45:24 +02:00
<?php
namespace Grav\Plugin\Listmonk\Exceptions;
class ListmonkClientException extends ListmonkException
{
}