You've already forked grav-plugin-listmonk
9 lines
106 B
PHP
9 lines
106 B
PHP
<?php
|
|
|
|
namespace Grav\Plugin\Listmonk\Exceptions;
|
|
|
|
class ListmonkException extends \RuntimeException
|
|
{
|
|
|
|
}
|