Exception: Predicated::Predicate::DontKnowWhatToDoWithThisSexpError
- Inherits:
-
StandardError
- Object
- StandardError
- Predicated::Predicate::DontKnowWhatToDoWithThisSexpError
- Defined in:
- lib/predicated/from/ruby_code_string.rb
Instance Method Summary collapse
-
#initialize(sexp) ⇒ DontKnowWhatToDoWithThisSexpError
constructor
A new instance of DontKnowWhatToDoWithThisSexpError.
Constructor Details
#initialize(sexp) ⇒ DontKnowWhatToDoWithThisSexpError
Returns a new instance of DontKnowWhatToDoWithThisSexpError.
68 69 70 |
# File 'lib/predicated/from/ruby_code_string.rb', line 68 def initialize(sexp) super("don't know what to do with #{sexp.inspect}") end |