# frozen_string_literal: true # Volay Module module Volay # Mixer not found class MixerNotFound < StandardError end end