class

BinData::ContentTooLarge

Inherits BinData::ParseError / BinData::CustomException / Exception / Reference / Object

Raised when a field would allocate or read more than BinData#max_content_length permits. A ParseError so it surfaces through the normal read error path without being re-wrapped.