lib/grumlin.rb in grumlin-0.16.1 vs lib/grumlin.rb in grumlin-0.17.0
- old
+ new
@@ -98,9 +98,13 @@
@map = map
super("Cannot cast key #{key} in map #{map}")
end
end
+ class RepositoryError < Error; end
+
+ class WrongQueryResult < RepositoryError; end
+
class Config
attr_accessor :url, :pool_size, :client_concurrency, :client_factory
def initialize
@pool_size = 10