ConLite/conlite/classes/Exceptions/RuntimeException.php

8 Zeilen
83 B
PHP

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