aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/month.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/time/month.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/time/month.lux b/stdlib/source/library/lux/time/month.lux
index 381094933..89dc069f2 100644
--- a/stdlib/source/library/lux/time/month.lux
+++ b/stdlib/source/library/lux/time/month.lux
@@ -89,7 +89,7 @@
(^template [<number> <month>]
[<number> (#try.Success <month>)])
(<pairs>)
- _ (exception.throw ..invalid_month [number])))
+ _ (exception.except ..invalid_month [number])))
)
(implementation: #export hash
@@ -222,4 +222,4 @@
[#..October]
[#..November]
[#..December])
- _ (exception.throw ..not_a_month_of_the_year [value]))))
+ _ (exception.except ..not_a_month_of_the_year [value]))))