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

11 lines
No EOL
224 B
PHP

<?php
namespace DigiComp\HetznerDnsApi\Exception;
class GetPrimaryServerNotAcceptableException extends NotAcceptableException
{
public function __construct()
{
parent::__construct('Not acceptable');
}
}