dockerfiles/speedtest-x/backend/SleekDB/Exceptions/EmptyConditionException.php

7 lines
91 B
PHP
Raw Normal View History

2021-06-14 13:31:09 +08:00
<?php
namespace SleekDB\Exceptions;
class EmptyConditionException extends \Exception {}