pdnsmanager/backend/src/exceptions/NotFoundException.php

10 lines
112 B
PHP
Raw Normal View History

2018-03-24 15:42:11 +01:00
<?php
namespace Exceptions;
require '../vendor/autoload.php';
class NotFoundException extends \Exception
{
}