all files / src/constants/language/helpers/ create-local-state.js

100% Statements 2/2
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2
1 2 3 4 5 6 7 8 9 10 11                  
const base = 'Unable to complete local state operation.'
const KEY_NOT_REGISTERED_ERROR = `
${base}
The "{{KEY}}" must be registered before it can be set.
Please register the key at the time of the local state creation.
`
 
export {
    KEY_NOT_REGISTERED_ERROR
}