lib/watch_tower/errors.rb in watch_tower-0.0.1.beta5 vs lib/watch_tower/errors.rb in watch_tower-0.0.1.beta6
- old
+ new
@@ -10,10 +10,13 @@
# Exception raised by the Path module
PathError = Class.new ProjectError
PathNotUnderCodePath = Class.new PathError
+ # Appscript errors
+ AppscriptNotLoadedError = Class.new WatchTowerError
+
# Exception raised by the Editor module
EditorError = Class.new WatchTowerError
TextmateError = Class.new EditorError
XcodeError = Class.new EditorError
@@ -22,6 +25,6 @@
DatabaseError = Class.new ServerError
DatabaseConfigNotFoundError = Class.new DatabaseError
# Exceptions raised by the Eye module
EyeError = Class.new WatchTowerError
-end
\ No newline at end of file
+end