Exception: RHACK::ZippingError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/rhack/frame.rb

Overview

Frame( ScoutSquad( Curl::Multi <- Scout( Curl API ), Scout, … ) ) => Curl -> Johnson::Runtime -> XML::Document => Page( XML::Document ), Page, …

Instance Method Summary collapse

Constructor Details

#initialize(debug, str = "invalid use of :zip option, url and body must be an arrays with the same size\n url: %s(%s), body: %s(%s)") ⇒ ZippingError

Returns a new instance of ZippingError.



8
9
# File 'lib/rhack/frame.rb', line 8

def initialize debug, str="invalid use of :zip option, url and body must be an arrays with the same size\n               url: %s(%s), body: %s(%s)"
super str%debug end