Exception: ENVV::InvalidEnvError

Inherits:
Error
  • Object
show all
Defined in:
lib/envv/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidEnvError

Returns a new instance of InvalidEnvError.



13
14
15
# File 'lib/envv/errors.rb', line 13

def initialize
  super("ENV or an an enumerable is expected.")
end