6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
|
|
namespace Toloka\PhpApi\Exception;
|
|
|
|
abstract class AuthException extends \Exception {}
|