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>2017-04-24 11:12:08 +0200
commitb01a053e3d4012064a667745634010dd654b4777 (patch)
treeed702ba420a3cda7f39f0b6b249b294f02dca487 /META6.json
parentede6b8c4cfac8c5eed668ba8357f9e8b11ccbc43 (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>"