add config block undefined err
This commit is contained in:
parent
6a8aa6c5a3
commit
7bc66cae90
@ -8,6 +8,7 @@ import (
|
||||
|
||||
var (
|
||||
ErrConfigUndefinedName = errors.New("Config block is missing a defined name")
|
||||
ErrConfigUndefined = errors.New("Config block is missing")
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user