ConLite/conlite/classes/GenericDb/ItemException.php

9 Zeilen
95 B
PHP

<?php
namespace ConLite\GenericDb;
use Exception;
class ItemException extends Exception {
}