Prototyped several interfaces, added basic topics stuff and exception.
This commit is contained in:
5
src/Exception/AuthException.php
Normal file
5
src/Exception/AuthException.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Toloka\PhpApi\Exception;
|
||||
|
||||
abstract class AuthException extends \Exception {}
|
Reference in New Issue
Block a user