pdnsmanager/backend/exceptions/PluginNotFoundException.php
2018-03-20 10:51:47 +01:00

9 lines
117 B
PHP

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