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

11 lines
No EOL
223 B
PHP

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