InvalidStoreDataException.php 92 B

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