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

11 lines
No EOL
211 B
PHP

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