ConLite/conlite/classes/Exceptions/LogicException.php
2024-03-11 15:28:14 +01:00

8 Zeilen
Kein EOL
81 B
PHP

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