pdnsmanager/backend/src/exceptions/PluginNotFoundException.php

10 lines
118 B
PHP
Raw Normal View History

<?php
namespace Exceptions;
require '../vendor/autoload.php';
class PluginNotFoundException extends \Exception
{
2018-03-21 17:30:24 +01:00
}