Initial commit

This commit is contained in:
2023-02-19 09:43:49 +01:00
commit 6fde23d551
13 changed files with 34955 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
namespace Phlaym\PhotoprismApi\Exceptions;
class AuthenticationException extends \Exception
{
}

View File

@ -0,0 +1,7 @@
<?php
namespace Phlaym\PhotoprismApi\Exceptions;
class NetworkException extends \Exception
{
}