You've already forked listmonk-api
9 lines
119 B
PHP
9 lines
119 B
PHP
<?php
|
|
|
|
namespace Magdev\ListmonkApi;
|
|
|
|
class ListmonkClientNotImplementedException extends \BadMethodCallException
|
|
{
|
|
|
|
}
|