1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-16 08:45:55 +00:00
Files
haste-client/lib/haste/exception.rb
2013-11-16 09:51:13 -05:00

5 lines
57 B
Ruby

module Haste
class Exception < StandardError
end
end