Exception: Rbxl::EditableCellTypeError

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

Overview

Raised by Rbxl::EditableCell#value= when the assigned Ruby object is not one of the supported types (nil, String, Integer, Float, true, false). Date/Time values raise this error too — see EditableCell for the rationale.