Sha256: 4b3f698a68305d80bf906e9e68cc6b4fb387f90398d30276cc07be0b8b7c3258

Contents?: true

Size: 292 Bytes

Versions: 4

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smart_core-0.4.0 lib/smart_core/validator/exceptions.rb
smart_core-0.3.0 lib/smart_core/validator/exceptions.rb
smart_core-0.2.0 lib/smart_core/validator/exceptions.rb
smart_core-0.1.0 lib/smart_core/validator/exceptions.rb