Moving all the exceptions into one file for the short term.

This commit is contained in:
mark_story 2010-08-28 00:08:35 -04:00
parent f0d938c1cb
commit dc67b9cacc
8 changed files with 4 additions and 85 deletions

View file

@ -85,9 +85,3 @@ class TaskCollection extends ObjectCollection {
}
}
/**
* Exceptions used by the TaskCollection.
*/
class MissingTaskFileException extends RuntimeException { }
class MissingTaskClassException extends RuntimeException { }