You've already forked grav-plugin-listmonk
Initial commit
This commit is contained in:
8
classes/Exceptions/ListmonkClientException.php
Normal file
8
classes/Exceptions/ListmonkClientException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Grav\Plugin\Listmonk\Exceptions;
|
||||
|
||||
class ListmonkClientException extends ListmonkException
|
||||
{
|
||||
|
||||
}
|
||||
8
classes/Exceptions/ListmonkException.php
Normal file
8
classes/Exceptions/ListmonkException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Grav\Plugin\Listmonk\Exceptions;
|
||||
|
||||
class ListmonkException extends \RuntimeException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user