1 2 3 4 5 6 7 8 9 10 11
<?php namespace MediaWiki\Libs; use Exception; /** * @since 1.42 */ class UnpackFailedException extends Exception { }