Sha256: 9291c3560f3e061931e68cffce7348a8f59ac8be6ee62114ed46a4e6bd048311
Contents?: true
Size: 215 Bytes
Versions: 23
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module Praxis module Exceptions class ConfigValidation < Config def initialize(errors:) super("Validation error: #{errors.join('; ')}") end end end end
Version data entries
23 entries across 23 versions & 1 rubygems