wiki.techinc.nl/includes/config/EtcdConfigParseError.php
Tim Starling 95bf0043ef 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 13:42:28 +10:00

4 lines
56 B
PHP

<?php
class EtcdConfigParseError extends Exception {
}