NwangwuOsitadinma/gateman

Inconsistency in Error

Closed this issue · 2 comments

Some functions like async disallow(claimName) throw this error
throw new Error({ message: "The claim does not exist. Consider creating it first" });
while all others throw this one
throw new Error('Error message');

@franko4don We're currently working on a fix for this, thanks for pointing it out :)

@franko4don, we have fixed this issue