aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/UnpackFailedException.php
blob: a557a39992de07f4c68797c199d72e131ccbf597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace MediaWiki\Libs;

use Exception;

/**
 * @since 1.42
 */
class UnpackFailedException extends Exception {
}