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 13
def initialize(msg = '')
  super
end