Exception: Mack::Errors::XmppAuthenticationError
- Defined in:
- lib/mack-notifier/errors.rb
Instance Method Summary collapse
-
#initialize(user) ⇒ XmppAuthenticationError
constructor
A new instance of XmppAuthenticationError.
Constructor Details
#initialize(user) ⇒ XmppAuthenticationError
Returns a new instance of XmppAuthenticationError.
33 34 35 |
# File 'lib/mack-notifier/errors.rb', line 33 def initialize(user) super("Cannot authenticate: #{user} to xmpp server") end |