Exception defining an invalid cast. For instance with this dotenv file:
NOT_AN_INT=some stringCalling Nvir.env!/2 with the :integer! caster will raise an
Nvir.CastError exception.
Nvir.env!("NOT_AN_INT", :integer!)
Exception defining an invalid cast. For instance with this dotenv file:
NOT_AN_INT=some stringCalling Nvir.env!/2 with the :integer! caster will raise an
Nvir.CastError exception.
Nvir.env!("NOT_AN_INT", :integer!)