class TextVeloper::TextVeloperError
Attributes
exception[RW]
Public Class Methods
new(message, exception)
click to toggle source
Calls superclass method
# File lib/text_veloper/util.rb, line 15 def initialize message, exception @exception = exception super(message) end