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

8 lignes
107 B
PHP
Brut Vue normale Historique

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