(self, param_name)
| 388 | |
| 389 | class ParameterNotFoundException(Exception): |
| 390 | def __init__(self, param_name) -> None: |
| 391 | self.param_name = param_name |
| 392 | |
| 393 | |
| 394 | def get_sorted_config(config): |
nothing calls this directly
no outgoing calls
no test coverage detected