dockerfiles/speedtest-x/backend/SleekDB/Exceptions/IndexNotFoundException.php

8 lines
91 B
PHP

<?php
namespace SleekDB\Exceptions;
class IndexNotFoundException extends \Exception {}