5 lines
56 B
Ruby
5 lines
56 B
Ruby
|
|
module Devops
|
||
|
|
class ParserError < Exception
|
||
|
|
end
|
||
|
|
end
|