Exception: Noise::Exceptions::DecryptError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/noise/exceptions/decrypt_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(cause) ⇒ DecryptError

Returns a new instance of DecryptError.



6
7
8
# File 'lib/noise/exceptions/decrypt_error.rb', line 6

def initialize(cause)
  @cause = cause
end