class ClearLogic::CatchedError
Attributes
error[R]
Public Class Methods
new(error)
click to toggle source
# File lib/clear_logic/errors/catched_error.rb, line 7 def initialize(error) @error = error end