MediaWiki master
UnpackFailedException.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Libs;
4
5use Exception;
6
10class UnpackFailedException extends Exception {
11}