wiki.techinc.nl/includes/externalstore/ExternalStoreException.php

10 lines
109 B
PHP
Raw Normal View History

<?php
/**
* @newable
* @ingroup ExternalStorage
*/
class ExternalStoreException extends MWException {
}