summaryrefslogtreecommitdiff
blob: 1609beab384b9c0447cef0f19c878be86c926a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php

namespace SMW;

use MWException;

/**
 * Exception for an invalid store instance
 *
 * @file
 *
 * @license GNU GPL v2+
 * @since   1.9
 *
 * @author mwjames
 */

/**
 * Exception for an invalid store instance
 *
 * @ingroup Exception
 * @codeCoverageIgnore
 */
class InvalidStoreException extends MWException {}