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

11 lines
209 B
PHP
Raw Permalink Normal View History

2023-01-05 12:55:52 +01:00
<?php
namespace DigiComp\HetznerDnsApi\Exception;
class GetPrimaryServerNotFoundException extends NotFoundException
{
public function __construct()
{
parent::__construct('Not found');
}
}