lib/metastore/errors.rb in metastore-0.2.3 vs lib/metastore/errors.rb in metastore-0.3.0
- old
+ new
@@ -1,5 +1,6 @@
module Metastore
module Errors
class CabinetCannotSet < StandardError; end
+ class UnknownStorageType < StandardError; end
end
end