Exception: BitwardenSDKSecrets::BitwardenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bitwarden_error.rb

Instance Method Summary collapse

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(message = 'Error getting response')
  super(message)
end