pdnsmanager/backend/exceptions/PluginNotFoundException.php

9 lines
117 B
PHP
Raw Normal View History

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