pdnsmanager/backend/src/exceptions/AlreadyExistentException.php

10 lines
119 B
PHP
Raw Permalink Normal View History

2018-03-24 14:48:49 +01:00
<?php
namespace Exceptions;
require '../vendor/autoload.php';
class AlreadyExistentException extends \Exception
{
}