pdnsmanager/backend/src/exceptions/AlreadyExistentException.php
2018-03-24 14:48:49 +01:00

10 lines
119 B
PHP

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