Sha256: daea3ecbbef36d9b12192b782f249d3e921b6f8bb414c8eed7240c0d4448b60c

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

module Lita
  # The root exception class that all Lita-specific exceptions inherit from.
  # @since 4.0.0
  class Error < StandardError; end

  # An exception raised when a custom validation is set on a configuration attribute that is
  # violated by the default value of the attribute.
  # @since 4.0.0
  class ValidationError < Error; end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lita-4.0.2 lib/lita/errors.rb
lita-4.0.1 lib/lita/errors.rb
lita-4.0.0 lib/lita/errors.rb
lita-4.0.0.rc2 lib/lita/errors.rb