pdnsmanager/backend/src/exceptions/SemanticException.php
2018-03-24 21:05:38 +01:00

10 lines
112 B
PHP

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