### Rule Exceptions MUST NOT be handled in the same function where they are thrown. ### Reason Source: [Magento Technical Guidelines](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html). ### Implementation Find `try-catch` block and `throw` keyword in the same method. Exception type must be the same. ### Addtional Information **Type:** warning **Severity:** 8