EmptyFieldNameException.php 92 B

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