1
0

ConditionNotAllowedException.php 96 B

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