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

11 lines
No EOL
212 B
PHP

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