class Card::Error::Abort
exception class for aborting card actions
Attributes
status[R]
Public Class Methods
new(status, msg="")
click to toggle source
Calls superclass method
# File lib/card/error.rb, line 118 def initialize status, msg="" @status = status super msg end
Public Instance Methods
report()
click to toggle source
# File lib/card/error.rb, line 114 def report Rails.logger.debug "aborting: #{message}" end