Exception: TinyMCE::TinyMCEInvalidOptionType

Inherits:
Exception
  • Object
show all
Defined in:
lib/tiny_mce/exceptions.rb

Class Method Summary collapse

Class Method Details

.invalid_type_of(value, parameters = {}) ⇒ Object



10
11
12
# File 'lib/tiny_mce/exceptions.rb', line 10

def self.invalid_type_of(value, parameters={})
  new "Invalid value of type #{value.class} passed for TinyMCE option #{parameters[:for].to_s}"
end