summaryrefslogtreecommitdiff
path: root/src/util.cr
blob: 841a2b2eff060cf27d565220419a8247327a1dac (plain)
1
2
3
4
5
module Util
  class ParserError < Exception
  end
end