Sha256: ea3ed7a49ec7cb14f09655fafbdd5fa91db3e6e1fdcf03ac528055f7f3f66170

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

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

  # @api public
  # @since 0.1.0
  ArgumentError = Class.new(SmartCore::ArgumentError)

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_operation-0.1.0 lib/smart_core/operation/errors.rb