Exception: Noise::Exceptions::EncryptError

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

Instance Method Summary collapse

Constructor Details

#initialize(cause) ⇒ EncryptError

Returns a new instance of EncryptError.



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

def initialize(cause)
  super
  @cause = cause
end