Sha256: b137c7c297e7839bb82d68b49fbe12a3230fac15eb51301e0e8c1f72d32a041d

Contents?: true

Size: 295 Bytes

Versions: 7

Compression:

Stored size: 295 Bytes

Contents

# frozen_string_literal: true

class SmartCore::Validator
  # @api public
  # @since 0.1.0
  Error = Class.new(SmartCore::Error)

  # @api public
  # @since 0.1.0
  IncorrectErrorCodeError = Class.new(Error)

  # @api public
  # @since 0.1.0
  IncorrectAttributeNameError = Class.new(Error)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
smart_core-0.8.1 lib/smart_core/validator/exceptions.rb
smart_core-0.8.0 lib/smart_core/validator/exceptions.rb
smart_core-0.7.0 lib/smart_core/validator/exceptions.rb
smart_core-0.6.0 lib/smart_core/validator/exceptions.rb
smart_core-0.5.2 lib/smart_core/validator/exceptions.rb
smart_core-0.5.1 lib/smart_core/validator/exceptions.rb
smart_core-0.5.0 lib/smart_core/validator/exceptions.rb