Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exception/ConfigruationError.js')
-rw-r--r--src/Exception/ConfigruationError.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Exception/ConfigruationError.js b/src/Exception/ConfigruationError.js
new file mode 100644
index 0000000..12bb57e
--- /dev/null
+++ b/src/Exception/ConfigruationError.js
@@ -0,0 +1,9 @@
+export default class ConfigurationError extends Error {
+
+ /**
+ * @returns {String}
+ */
+ get name() {
+ return 'ConfigurationError';
+ }
+} \ No newline at end of file