# frozen_string_literal: true module Proforma class ExerciseNotOwned < StandardError; end end