Skip to content

Improve .defaut() and .reset() errors for users #349

Description

@A-312
myOwnConfig.default('foo.no')
// throw: cannot find configuration param 'foo.properties.no.default'
myOwnConfig.reset('foo.no')
// throw: cannot find configuration param 'foo.properties.no.default'
myOwnConfig.get('foo.no')
// throw: cannot find configuration param 'foo.no'

We should replace :

cannot find configuration param 'foo.properties.no.default'

by :

cannot find default value for 'foo.no'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions