lib/architect4r.rb in architect4r-0.3.3.1 vs lib/architect4r.rb in architect4r-0.3.4
- old
+ new
@@ -60,7 +60,8 @@
def self.version
"Architect4r version #{Architect4r::VERSION}"
end
class InvalidCypherQuery < SyntaxError; end
+ class RecordNotFound < StandardError; end
end
\ No newline at end of file