EmptyConditionException.php 91 B

123456
  1. <?php
  2. namespace SleekDB\Exceptions;
  3. class EmptyConditionException extends \Exception {}