klicktipp-php-client/src/Exceptions/NoCredentialsException.php
2024-12-22 23:49:04 +01:00

8 lines
107 B
PHP

<?php
namespace D3\KlicktippPhpClient\Exceptions;
class NoCredentialsException extends BaseException
{
}