class LoggableActivity::EncryptionError
Error
class for encryption.
Public Class Methods
new(msg = '')
click to toggle source
Calls superclass method
# File lib/loggable_activity/error.rb, line 16 def initialize(msg = '') puts '---------------- LOGGABLE ACTIVITY -----------------' puts msg puts '----------------------------------------------------' super(msg) end