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

11 lines
No EOL
218 B
PHP

<?php
namespace DigiComp\HetznerDnsApi\Exception;
class ExportZoneFileUnauthorizedException extends UnauthorizedException
{
public function __construct()
{
parent::__construct('Unauthorized');
}
}