Sha256: 1e10bb16888099f5d839c1b9695296536ef6a3a6f9422bc1e5f85bca9f324a2c
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true module Core module Operation # [public] # class Failed < RuntimeError def initialize(value) @value = value end # [public] # attr_reader :value end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
core-operation-0.2.0 | lib/core/operation/failed.rb |