Exception: SkypeCheck::QueryError
- Inherits:
-
StandardError
- Object
- StandardError
- SkypeCheck::QueryError
- Defined in:
- lib/skype_check/query_error.rb
Overview
wrapper around all possible network and other io exceptions
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#source_error ⇒ Object
readonly
Returns the value of attribute source_error.
Instance Method Summary collapse
-
#initialize(source_error) ⇒ QueryError
constructor
A new instance of QueryError.
Constructor Details
#initialize(source_error) ⇒ QueryError
Returns a new instance of QueryError.
6 7 8 |
# File 'lib/skype_check/query_error.rb', line 6 def initialize(source_error) @source_error = source_error end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/skype_check/query_error.rb', line 4 def @message end |
#source_error ⇒ Object (readonly)
Returns the value of attribute source_error.
4 5 6 |
# File 'lib/skype_check/query_error.rb', line 4 def source_error @source_error end |