Exception: RBus::AuthException
- Defined in:
- lib/rbus/etc/exception.rb
Instance Method Summary collapse
-
#initialize(msg = "Failed to authenticate with any mechanism.") ⇒ AuthException
constructor
A new instance of AuthException.
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 |