Files
dockerfiles/speedtest-x/backend/SleekDB/Exceptions/EmptyStoreDataException.php
2021-06-14 13:31:09 +08:00

7 lines
91 B
PHP

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