class CommerceProductReferenceRecursiveRenderingException in Commerce Core 7
Exception thrown when the referenced product display formatter goes into a potentially infinite loop.
Hierarchy
- class \CommerceProductReferenceRecursiveRenderingException extends \Exception
Expanded class hierarchy of CommerceProductReferenceRecursiveRenderingException
File
- modules/
product_reference/ commerce_product_reference.module, line 1573 - Defines a field type for referencing products from other entities.
View source
class CommerceProductReferenceRecursiveRenderingException extends Exception {
}