Created
December 30, 2014 17:08
-
-
Save inf0rmer/559c04cb99f2462b830e to your computer and use it in GitHub Desktop.
Blanket::Exception's initialize method documented
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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