MediaWiki master
JobQueueError.php
Go to the documentation of this file.
1<?php
8
9use Exception;
10
16class JobQueueError extends Exception {
17}
18
20class_alias( JobQueueError::class, 'JobQueueError' );