class Finnegans::RequestError

Attributes

content[R]

We are following Rubocop Style to declare them and raise them github.com/rubocop-hq/ruby-style-guide#exception-class-messages

Public Class Methods

new(content) click to toggle source
Calls superclass method
# File lib/finnegans.rb, line 27
def initialize(content)
 super
 @content = content
end