OpenXE/classes/Components/Database/Exception/MissingParameterException.php
2021-05-21 08:49:41 +02:00

8 lines
157 B
PHP

<?php
namespace Xentral\Components\Database\Exception;
class MissingParameterException extends \RuntimeException implements DatabaseExceptionInterface
{
}