mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
|
|
|
|
namespace SleekDB\Exceptions;
|
|
|
|
|
|
class EmptyFieldNameException extends \Exception {}
|