6 use Psr\Container\NotFoundExceptionInterface;
36 implements NotFoundExceptionInterface {
42 public function __construct( $serviceName, Exception $previous =
null ) {
43 parent::__construct(
"No such service: $serviceName", 0, $previous );
52 class_alias( NoSuchServiceException::class,
'MediaWiki\Services\NoSuchServiceException' );