5 lines
59 B
Ruby
5 lines
59 B
Ruby
|
|
module JamRuby
|
||
|
|
class ConflictError < Exception
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|