Exception: Skylight::Util::HTTP::StartError Private
- Defined in:
- lib/skylight/util/http.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #original ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(error) ⇒ StartError
constructor
private
A new instance of StartError.
Constructor Details
#initialize(error) ⇒ StartError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of StartError.
32 33 34 35 |
# File 'lib/skylight/util/http.rb', line 32 def initialize(error) @original = error super error.inspect end |
Instance Attribute Details
#original ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
30 31 32 |
# File 'lib/skylight/util/http.rb', line 30 def original @original end |