lib/faml/error.rb in faml-0.5.0 vs lib/faml/error.rb in faml-0.5.1
- old
+ new
@@ -5,6 +5,9 @@
def initialize(message, lineno)
super(message)
@lineno = lineno
end
end
+
+ class UnparsableRubyCode < Error
+ end
end
- old
+ new