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

11 lines
213 B
PHP
Raw Permalink Normal View History

2023-01-05 12:55:52 +01:00
<?php
namespace DigiComp\HetznerDnsApi\Exception;
class GetRecordUnauthorizedException extends UnauthorizedException
{
public function __construct()
{
parent::__construct('Unauthorized');
}
}