Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created December 10, 2015 19:21
Show Gist options
  • Save IanVaughan/cc6d0f643021ab59f4ca to your computer and use it in GitHub Desktop.
Save IanVaughan/cc6d0f643021ab59f4ca to your computer and use it in GitHub Desktop.
Raise custom grape error
error = OpenStruct.new(params: ["foo"], message: "bar")
raise Grape::Exceptions::ValidationErrors, errors: [error]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment