Skip to content

Instantly share code, notes, and snippets.

@inf0rmer
Created December 30, 2014 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inf0rmer/559c04cb99f2462b830e to your computer and use it in GitHub Desktop.
Save inf0rmer/559c04cb99f2462b830e to your computer and use it in GitHub Desktop.
Blanket::Exception's initialize method documented
# Creates a new exception
# @param [HTTParty::Response] response the HTTP Response
# @return [Blanket::Exception] The Blanket Exception object
def initialize(response = nil)
#...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment