pdnsmanager/backend/src/exceptions/SemanticException.php

10 lines
112 B
PHP
Raw Permalink Normal View History

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