Initial commit
This commit is contained in:
7
src/Exceptions/AuthenticationException.php
Normal file
7
src/Exceptions/AuthenticationException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Phlaym\PhotoprismApi\Exceptions;
|
||||
|
||||
class AuthenticationException extends \Exception
|
||||
{
|
||||
}
|
7
src/Exceptions/NetworkException.php
Normal file
7
src/Exceptions/NetworkException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Phlaym\PhotoprismApi\Exceptions;
|
||||
|
||||
class NetworkException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user