# frozen_string_literal: true module Legion module Exception # Missing argument exception class MissingArgument < StandardError; end end end