pdnsmanager/backend/src/exceptions/InvalidKeyException.php

10 lines
114 B
PHP
Raw Normal View History

<?php
namespace Exceptions;
require '../vendor/autoload.php';
class InvalidKeyException extends \Exception
{
}