Halt execution of a route or filter handler. Halt uses a HaltThrowable. If caught, it should be re-thrown to properly stop exection of a callback.
A message body to optionally include. Defaults to empty.
See Implementation
Halt execution of a route or filter handler. Halt uses a HaltThrowable. If caught, it should be re-thrown to properly stop exection of a callback.