aboutsummaryrefslogtreecommitdiffstats
path: root/includes/composer/PhpUnitSplitter/SuiteSplittingException.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/composer/PhpUnitSplitter/SuiteSplittingException.php')
-rw-r--r--includes/composer/PhpUnitSplitter/SuiteSplittingException.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/includes/composer/PhpUnitSplitter/SuiteSplittingException.php b/includes/composer/PhpUnitSplitter/SuiteSplittingException.php
new file mode 100644
index 000000000000..91182dd483b6
--- /dev/null
+++ b/includes/composer/PhpUnitSplitter/SuiteSplittingException.php
@@ -0,0 +1,12 @@
+<?php
+
+declare( strict_types = 1 );
+
+namespace MediaWiki\Composer\PhpUnitSplitter;
+
+/**
+ * @license GPL-2.0-or-later
+ */
+class SuiteSplittingException extends \RuntimeException {
+
+}