wiki.techinc.nl/includes/ResourceLoader/ForeignResourceNetworkException.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
225 B
PHP
Raw Normal View History

<?php
namespace MediaWiki\ResourceLoader;
use RuntimeException;
/**
* Exception thrown when a network error occurs while fetching a foreign resource.
*/
class ForeignResourceNetworkException extends RuntimeException {
}