Exception: Optimizely::InvalidInputsError

Inherits:
Error
  • Object
show all
Defined in:
lib/optimizely/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidInputsError

Raised when an invalid inputs are provided during Project instantiation



112
113
114
# File 'lib/optimizely/exceptions.rb', line 112

def initialize(msg)
  super msg
end