Closed
Description
Rule
Exceptions MUST NOT be handled in the same function where they are thrown.
Reason
Source: Magento Technical Guidelines.
Implementation
Find try-catch
block and throw
keyword in the same method.
Exception type must be the same.
Addtional Information
Type: warning
Severity: 8