Sha256: 83766634fdcf7e849546227c839051373984f411100564c308de55ff8361cfcb
Contents?: true
Size: 170 Bytes
Versions: 14
Compression:
Stored size: 170 Bytes
Contents
# frozen_string_literal: true module Lite module Command class NotImplementedError < StandardError; end class ValidationError < StandardError; end end end
Version data entries
14 entries across 14 versions & 1 rubygems