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