pdnsmanager/backend/src/exceptions/NotFoundException.php
2018-03-24 15:42:11 +01:00

10 lines
112 B
PHP

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