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

11 lines
No EOL
213 B
PHP

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