pdnsmanager/backend/src/exceptions/PluginNotFoundException.php
2018-03-23 16:34:25 +01:00

10 lines
118 B
PHP

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