Update from proforma to proformaxml
This commit is contained in:

committed by
Sebastian Serth

parent
41e75ca385
commit
245c3dba8c
5
app/errors/proformaxml/exercise_not_owned.rb
Normal file
5
app/errors/proformaxml/exercise_not_owned.rb
Normal file
@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module ProformaXML
|
||||
class ExerciseNotOwned < StandardError; end
|
||||
end
|
Reference in New Issue
Block a user