Merge "Rename WikiMap DB domain ID methods to reduce confusion with web domains"
[lhc/web/wiklou.git] / includes / jobqueue / JobQueue.php
index 0ca272c..660352a 100644 (file)
@@ -724,17 +724,3 @@ abstract class JobQueue {
                $stats->updateCount( "jobqueue.{$key}.{$type}", $delta );
        }
 }
-
-/**
- * @ingroup JobQueue
- * @since 1.22
- */
-class JobQueueError extends MWException {
-}
-
-class JobQueueConnectionError extends JobQueueError {
-}
-
-class JobQueueReadOnlyError extends JobQueueError {
-
-}