Exception: Encryptbot::Error::EncryptbotError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "") ⇒ EncryptbotError

Returns a new instance of EncryptbotError.



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

def initialize(msg = "")
  super(msg)
end