IndexNotFoundException.php 91 B

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