mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 11:12:20 +01:00
ac7f6f5b56
management
9 lines
No EOL
117 B
PHP
9 lines
No EOL
117 B
PHP
<?php
|
|
|
|
namespace Exceptions;
|
|
|
|
require '../vendor/autoload.php';
|
|
|
|
class PluginNotFoundException extends \Exception
|
|
{
|
|
} |