Implement client session management and refactoring
This commit is contained in:
parent
cad2ea3419
commit
3a10e01bd8
11 changed files with 234 additions and 23 deletions
|
@ -27,8 +27,8 @@
|
|||
* Constructor for initializing the server connection with a given domain.
|
||||
*
|
||||
* @param string $domain The domain used to resolve the server's endpoint and public key.
|
||||
* @throws DatabaseOperationException
|
||||
* @throws ResolutionException
|
||||
* @noinspection PhpUnhandledExceptionInspection
|
||||
*/
|
||||
public function __construct(string $domain)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue