IOException.php 79 B

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