Files
listmonk-api/src/ListmonkClientNotImplementedException.php

9 lines
119 B
PHP
Raw Normal View History

2025-07-12 20:27:07 +02:00
<?php
namespace Magdev\ListmonkApi;
class ListmonkClientNotImplementedException extends \BadMethodCallException
{
}