The top level Ash namespace. All access to Ash classes is through this object
HttpError
HttpError publicThis error should be used to throw Http related errors
throw new Ash.HttpError(404)
An optional message can be given
throw new Ash.HttpError(404, 'Nothing was found, sorry about that.')