| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | final class ConvertException |
||
| 10 | { |
||
| 11 | private const MSG_INTEGRITY_EXCEPTION_1 = 'SQLSTATE[23'; |
||
| 12 | private const MGS_INTEGRITY_EXCEPTION_2 = 'ORA-00001: unique constraint'; |
||
| 13 | |||
| 14 | public function __construct(private \Exception $e, private string $rawSql) |
||
| 16 | } |
||
| 17 | |||
| 18 | public function run(): Exception |
||
| 32 |