Returns the value of attribute response_headers.
Returns the value of attribute response_message.
Initialize a new Github error object.
Initialize a new Github error object.
1415161718192021 | # File 'lib/github_api/error.rb', line 14definitialize(=$!)if.respond_to?(:backtrace)super(.)@response_message=elsesuper(.to_s)endend |
Returns the value of attribute response_headers.
101112 | # File 'lib/github_api/error.rb', line 10defresponse_headers@response_headersend |
Returns the value of attribute response_message.
101112 | # File 'lib/github_api/error.rb', line 10def@response_messageend |
23242526272829 | # File 'lib/github_api/error.rb', line 23defbacktraceif@response_message.respond_to?(:backtrace)@response_message.backtraceelsesuperendend |