Major update, add renew command, rename register to setup
This commit is contained in:
9
src/Stores/KeyStoreException.php
Normal file
9
src/Stores/KeyStoreException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Kelunik\AcmeClient\Stores;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class KeyStoreException extends RuntimeException {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user