Exception: Curl::MultiError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Curl::MultiError
- Defined in:
- lib/curl-multi.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ MultiError
constructor
A new instance of MultiError.
Constructor Details
#initialize(errors) ⇒ MultiError
Returns a new instance of MultiError.
39 40 41 42 |
# File 'lib/curl-multi.rb', line 39 def initialize(errors) @errors = errors super("Multiple errors: #{errors}") end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
38 39 40 |
# File 'lib/curl-multi.rb', line 38 def errors @errors end |