Skip to content

Instantly share code, notes, and snippets.

@jschairb
Created November 4, 2015 21:54
Show Gist options
  • Save jschairb/9c26946a1b08d6e8d952 to your computer and use it in GitHub Desktop.
Save jschairb/9c26946a1b08d6e8d952 to your computer and use it in GitHub Desktop.
def some_method
do_something
rescue SomethingError
raise SomeMethodErroredError
end
error SomeMethodErroredError do
[422, headers, body]
end
@jschairb
Copy link
Author

jschairb commented Nov 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment