haml--haml/lib/hamlit/error.rb

8 lines
89 B
Ruby

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