Sha256: 7876f129c3ebe545b0c04f9e7d6cb99f4fd65661a2b0be0493ab6c3d4221c4b0

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

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

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

  # @api public
  # @sinc 0.1.0
  FrozenError = Class.new(::FrozenError)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_engine-0.1.0 lib/smart_core/errors.rb