ConLite/conlite/classes/Exceptions/Exception.php

8 Zeilen
77 B
PHP

2024-03-11 14:28:14 +00:00
<?php
namespace ConLite\Exceptions;
class Exception extends \Exception
{
}