initial commit

This commit is contained in:
2025-07-12 20:27:07 +02:00
commit 29b2ddd1a5
25 changed files with 1671 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace Magdev\ListmonkApi;
class ListmonkClientNotImplementedException extends \BadMethodCallException
{
}