Sha256: f352397b42b0e9421a458f54c88b9be30eeea12574b5878b8ee764e617737ec0
Contents?: true
Size: 295 Bytes
Versions: 12
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true module Remocon class ValidationError < StandardError; end class EmptyNameError < ValidationError; end class EmptyExpressionError < ValidationError; end class DuplicateKeyError < ValidationError; end class NotFoundConditionKey < ValidationError; end end
Version data entries
12 entries across 12 versions & 1 rubygems