class Elasticrawl::Error
Base error class extends standard error.
Attributes
http_response[R]
Public Class Methods
new(response = nil)
click to toggle source
# File lib/elasticrawl/error.rb, line 6 def initialize(response = nil) @http_response = response end