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

11 lines
No EOL
200 B
PHP

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