lib/qonfig/error.rb in qonfig-0.4.0 vs lib/qonfig/error.rb in qonfig-0.5.0

- old
+ new

@@ -49,9 +49,15 @@ # # @api public # @since 0.2.0 IncompatibleYAMLStructureError = Class.new(Error) + # @see Qonfig::Commands::LoadFromJSON + # + # @api public + # @since 0.5.0 + IncompatibleJSONStructureError = Class.new(Error) + # @see Qonfig::Loaders::YAML # # @api public # @since 0.2.0 FileNotFoundError = Class.new(Errno::ENOENT)