Catchh Class ============ .. php:class:: Catchh Represents a `catch` clause in a :php:class:`TryCatch` object .. php:method:: __construct() Create a new Catchh :returns: A new ``Catchh`` instance :rtype: Catchh .. php:method:: addItem(ItemInterface ...$interface) Add item(s) :param ItemInterface ...$interface: The item(s) :returns: A new instance of ``Catchh`` with the item(s) added :rtype: Catchh .. php:method:: withComment(string $comment) Sets a comment for the Catchh :param string $comment: The comment :returns: A new instance of ``Catchh`` with the comment :rtype: Catchh .. php:method:: withItem(ItemInterface ...$interface) Set item(s) :param ItemInterface ...$interface: The item(s) :returns: A new instance of ``Catchh`` with the item(s) :rtype: Catchh