diff --git a/app/storage.rb b/app/storage.rb index 3de4268..b4a0ae3 100644 --- a/app/storage.rb +++ b/app/storage.rb @@ -16,7 +16,7 @@ module DsAdmin::Storage end def read - throw "#{self.class}: read not implemented" + raise "#{self.class}: read not implemented" end ## @@ -24,7 +24,7 @@ module DsAdmin::Storage # entry. # def write(model) - throw "#{self.class}: write not implemented" + raise "#{self.class}: write not implemented" end def config_key