Files

9 lines
106 B
PHP
Raw Permalink Normal View History

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