8
0
klicktipp-php-client/src/Exceptions/NoCredentialsException.php

8 Zeilen
107 B
PHP

2024-12-20 23:45:55 +01:00
<?php
namespace D3\KlicktippPhpClient\Exceptions;
class NoCredentialsException extends BaseException
{
}