hetzner-dns-api/generated/Exception/ClientException.php

7 lines
102 B
PHP
Raw Permalink Normal View History

2023-01-05 12:55:52 +01:00
<?php
namespace DigiComp\HetznerDnsApi\Exception;
interface ClientException extends ApiException
{
}