1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/hamlit/error.rb
2015-11-01 10:27:49 +09:00

10 lines
133 B
Ruby

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