Navigation Menu

Skip to content

Commit

Permalink
Fix wrong base class
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 16, 2015
1 parent f1e9875 commit 561ab4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/cluster.rb
Expand Up @@ -23,7 +23,7 @@ module Droonga
class Cluster
include Loggable

class NoCatalogLoaded < Error
class NoCatalogLoaded < StandardError
end

attr_accessor :catalog
Expand Down

0 comments on commit 561ab4c

Please sign in to comment.