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

7 lines
91 B
PHP

<?php
namespace SleekDB\Exceptions;
class EmptyConditionException extends \Exception {}