aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-24 11:12:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:08 +0200
commit1716058c5a97828fd5654354be71ce5adf337e40 (patch)
treeed702ba420a3cda7f39f0b6b249b294f02dca487 /META6.json
parentfa3d0b5e7c8ce7077e02b6062a7aee74f5159fbc (diff)
Update exceptions with more meaningful messages
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index e472a2d..a3614c3 100644
--- a/META6.json
+++ b/META6.json
@@ -15,7 +15,7 @@
"Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6",
"Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6",
"Config::Exception::UnknownTypeException": "lib/Config/Exception/UnknownTypeException.pm6",
- "Config::Exception::UnsupportedTypeException": "lib/Config/Exception/UnsupportedTypeException.pm6"
+ "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6"
},
"authors": [
"Patrick Spek <p.spek@tyil.work>"