View Source Nvir.CastError exception (Nvir v0.10.0)
Exception defining an invalid cast. For instance with this env file:
NOT_AN_INT=some string
Calling Nvir.env!/2
with the :integer!
caster will raise an
Nvir.CastError
exception.
Nvir.env!("NOT_AN_INT", :integer!)