Exception: RBus::AuthException

Inherits:
Exception
  • Object
show all
Defined in:
lib/rbus/etc/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Failed to authenticate with any mechanism.") ⇒ AuthException

Returns a new instance of AuthException.



32
33
34
# File 'lib/rbus/etc/exception.rb', line 32

def initialize(msg = "Failed to authenticate with any mechanism.")
  super(msg)
end