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

11 lines
No EOL
210 B
PHP

<?php
namespace DigiComp\HetznerDnsApi\Exception;
class GetPrimaryServersNotFoundException extends NotFoundException
{
public function __construct()
{
parent::__construct('Not found');
}
}