Gets the origin of the Config, which may be a file, or a file with a line number, or just a descriptive phrase. @return the origin of the Config for use in error messages
()
| 182 | * @return the origin of the {@code Config} for use in error messages |
| 183 | */ |
| 184 | ConfigOrigin origin(); |
| 185 | |
| 186 | @Override |
| 187 | Config withFallback(ConfigMergeable other); |
no outgoing calls
no test coverage detected