MediaWiki master
JobQueueError.php
Go to the documentation of this file.
1<?php
22
23use Exception;
24
30class JobQueueError extends Exception {
31}
32
34class_alias( JobQueueError::class, 'JobQueueError' );