class Envee::UncoercibleError

Public Class Methods

new(key, type) click to toggle source
Calls superclass method
# File lib/envee.rb, line 23
def initialize(key, type)
  super("Unable to coerce environment variable #{key.inspect} to #{type}")
end