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



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

def initialize(msg)
  super msg
end