lib/qonfig/errors.rb in qonfig-0.14.0 vs lib/qonfig/errors.rb in qonfig-0.15.0
- old
+ new
@@ -79,10 +79,17 @@
#
# @api public
# @since 0.5.0
IncompatibleJSONStructureError = Class.new(Error)
+ # @see Qonfig::Commands::LoadFromSelf
+ # @see Qonfig::Commands::ExposeSelf
+ #
+ # @api public
+ # @since 0.15.0
+ IncompatibleEndDataStructureError = Class.new(Error)
+
# @see Qonfig::Loaders::YAML
#
# @api public
# @since 0.2.0
FileNotFoundError = Class.new(Errno::ENOENT)
@@ -108,9 +115,15 @@
# @see Qonfig::Commands::ExposeYAML
#
# @api public
# @since 0.7.0
ExposeError = Class.new(Error)
+
+ # @see Qonfig::Loaders
+ #
+ # @api public
+ # @since 0.15.0
+ UnsupportedLoaderFormatError = Class.new(Error)
# @see Qonfig::Plugin::TOMLFormat
#
# @api public
# @since 0.12.0