class Reading::ConsolidatedItemError
ConsolidatedItemError
indicates that an item is expected to have been split by Experience (rereads) but is still consolidated, with multiple Experiences.
Public Instance Methods
message()
click to toggle source
# File lib/reading/errors.rb, line 128 def message "Cannot get singular Experience data from a consolidated Item (having multiple Experiences)" end