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

11 lines
133 B
Ruby
Raw Normal View History

2015-10-15 23:35:14 +09:00
module Hamlit
class Error < Exception
end
class SyntaxError < Exception
end
2015-11-01 01:18:18 +09:00
class InternalError < RuntimeError
end
2015-10-15 23:35:14 +09:00
end