# frozen_string_literal: true module Noise module Exceptions class NoiseValidationError < RuntimeError end end end