Exception: Envee::UncoercibleError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/envee.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, type) ⇒ UncoercibleError

Returns a new instance of UncoercibleError.



23
24
25
# File 'lib/envee.rb', line 23

def initialize(key, type)
  super("Unable to coerce environment variable #{key.inspect} to #{type}")
end