fluke/devops-service/exceptions/parser_error.rb
2015-08-03 15:09:04 +03:00

5 lines
56 B
Ruby

module Devops
class ParserError < Exception
end
end