Prototyped several interfaces, added basic topics stuff and exception.
This commit is contained in:
11
src/Exception/Auth/InvalidAuthCredentials.php
Normal file
11
src/Exception/Auth/InvalidAuthCredentials.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Toloka\PhpApi\Exception\Auth;
|
||||
|
||||
use Toloka\PhpApi\Exception\AuthException;
|
||||
|
||||
class InvalidAuthCredentials extends AuthException {
|
||||
|
||||
protected $message = 'Failed to login using given credentials.';
|
||||
|
||||
}
|
Reference in New Issue
Block a user