IdNotAllowedException.php 89 B

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