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

11 lines
No EOL
207 B
PHP

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