Exception: Noise::Exceptions::EncryptError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Noise::Exceptions::EncryptError
 
- Defined in:
- lib/noise/exceptions/encrypt_error.rb
Instance Method Summary collapse
- 
  
    
      #initialize(cause)  ⇒ EncryptError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of EncryptError. 
Constructor Details
#initialize(cause) ⇒ EncryptError
Returns a new instance of EncryptError.
| 6 7 8 | # File 'lib/noise/exceptions/encrypt_error.rb', line 6 def initialize(cause) @cause = cause end |