mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-23 17:19:27 +08:00
6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
|
|
|
|
namespace SleekDB\Exceptions;
|
|
|
|
class InvalidStoreDataException extends \Exception {} |