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