wiki.techinc.nl/includes/externalstore/ExternalStoreException.php
Bartosz Dziewoński dba4096276 Reparent trivial subclasses of MWException
Bug: T328220
Change-Id: If10bdd89859a273817ab471458ca787319c77f7b
2024-01-17 04:32:33 +01:00

9 lines
107 B
PHP

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