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

11 lines
No EOL
202 B
PHP

<?php
namespace DigiComp\HetznerDnsApi\Exception;
class GetRecordNotFoundException extends NotFoundException
{
public function __construct()
{
parent::__construct('Not found');
}
}