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

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

10 lines
107 B
PHP
Raw Normal View History

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