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



119
120
121
# File 'lib/optimizely/exceptions.rb', line 119

def initialize(msg)
  super msg
end