lib/arborist/exceptions.rb in arborist-0.0.1.pre20160128152542 vs lib/arborist/exceptions.rb in arborist-0.0.1.pre20160606141735
- old
+ new
@@ -15,7 +15,11 @@
end
class ServerError < RuntimeError; end
+ class NodeError < RuntimeError; end
+
+ class ConfigError < RuntimeError; end
+
end # module Arborist