module Hamlit
class Error < Exception
end
class SyntaxError < Exception
class InternalError < RuntimeError