ConLite/conlite/classes/Exceptions/Exception.php

8 Zeilen
77 B
PHP

<?php
namespace ConLite\Exceptions;
class Exception extends \Exception
{
}