This website requires JavaScript.
Explore
Help
Sign in
Thijs
/
wiki.techinc.nl
Watch
1
Star
0
Fork
You've already forked wiki.techinc.nl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
add6c49e01
wiki.techinc.nl
/
includes
/
config
/
EtcdConfigParseError.php
8 lines
76 B
PHP
Raw
Normal View
History
Unescape
Escape
EtcdConfig: allow slashes in config key names Allowing slashes in config key names allows us to trivially support the proposed hierarchical structure with a single EtcdConfig object, by fetching values with the relevant prefixes on startup. Bug: T156924 Change-Id: Ica0914e61baba9c0462481925be15d79b66dc342
2017-09-01 01:53:18 +00:00
<
?
php
Mark exceptions as @newable Exceptions classes are nearly always value objects, and should in most cases by newable. Bug: T247862 Change-Id: I4faa8ec6ea8bc44086cfc8075b32d10eea61e9df
2020-06-29 12:13:29 +00:00
/**
*
@
newable
*/
EtcdConfig: allow slashes in config key names Allowing slashes in config key names allows us to trivially support the proposed hierarchical structure with a single EtcdConfig object, by fetching values with the relevant prefixes on startup. Bug: T156924 Change-Id: Ica0914e61baba9c0462481925be15d79b66dc342
2017-09-01 01:53:18 +00:00
class
EtcdConfigParseError
extends
Exception
{
}
Reference in a new issue
Copy permalink