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