Closed adomokos closed 6 years ago
The ctx.fail!('error message') returns the context implicitly, no need to return from the calling code.
ctx.fail!('error message')
The
ctx.fail!('error message')
returns the context implicitly, no need to return from the calling code.