| Class | Jabber::ErrorException |
| In: |
lib/xmpp4r/errorexception.rb
|
| Parent: | RuntimeError |
This exception can be raised by Helpers when they receive answers with type=‘error‘
The ErrorException carries a Jabber::Error element
| error | [R] | The error element which caused this exception |
Initialize an ErrorException
| error: | [Error] |
# File lib/xmpp4r/errorexception.rb, line 19
19: def initialize(error)
20: @error = error
21: end