1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-24 04:21:28 +00:00

Tests and major refactor

[#16]
This commit is contained in:
John Crepezzi
2013-11-16 09:51:13 -05:00
parent 03d4f900de
commit c995ad95ef
8 changed files with 266 additions and 45 deletions

4
lib/haste/exception.rb Normal file
View File

@@ -0,0 +1,4 @@
module Haste
class Exception < StandardError
end
end