Sha256: e5f4ef4a7d9ebcca844d019433b47a6b7fa7bc95c9e770fbec986b7791ce62f6
Contents?: true
Size: 171 Bytes
Versions: 6
Compression:
Stored size: 171 Bytes
Contents
# frozen_string_literal: true module Laminar module Flow # Exception to immediately terminate rule processing class FlowError < StandardError end end end
Version data entries
6 entries across 6 versions & 1 rubygems