Exception: BitwardenSDKSecrets::BitwardenError
- Inherits:
-
StandardError
- Object
- StandardError
- BitwardenSDKSecrets::BitwardenError
- Defined in:
- lib/bitwarden_error.rb
Instance Method Summary collapse
-
#initialize(message = 'Error getting response') ⇒ BitwardenError
constructor
A new instance of BitwardenError.
Constructor Details
#initialize(message = 'Error getting response') ⇒ BitwardenError
Returns a new instance of BitwardenError.
5 6 7 |
# File 'lib/bitwarden_error.rb', line 5 def initialize( = 'Error getting response') super() end |