]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / justinrainbow / json-schema / src / JsonSchema / Exception / InvalidConfigException.php
diff --git a/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php b/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php
new file mode 100644 (file)
index 0000000..a48d6da
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+/*
+ * This file is part of the JsonSchema package.
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace JsonSchema\Exception;
+
+/**
+ * Wrapper for the ResourceNotFoundException
+ */
+class InvalidConfigException extends RuntimeException
+{
+}