-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
As it was discussed here:
#84 (comment)
It would be nice to have validations for config, that would validate for example, if address contains valid protocol.
The validation may be implemented in:
- reading config.yaml and if it is not valid, exception is thrown and user gets communicate, that given config is not valid
- in Config classes specific to Module, by throwing RuntimeException, where we will assume, that data stored in Config class instance must be always valid