File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity/_files/blacklist
lib/internal/Magento/Framework/DB Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77\Magento\Framework\DB\Adapter\DeadlockException
88\Magento\Framework\DB\Adapter\LockWaitException
99\Magento\Framework\DB\Adapter\DuplicateException
10+ \Magento\Framework\DB\DataConverter\DataConversionException
11+ \Magento\Framework\DB\FieldDataConversionException
Original file line number Diff line number Diff line change 1010 * Class DataConversionException.
1111 * @package Magento\Framework\DB\DataConverter
1212 */
13- class DataConversionException extends \Magento \ Framework \ Exception \LocalizedException
13+ class DataConversionException extends \Exception
1414{
1515
1616}
Original file line number Diff line number Diff line change 88/**
99 * Class FieldDataConversionException
1010 */
11- class FieldDataConversionException extends \Magento \ Framework \ Exception \LocalizedException
11+ class FieldDataConversionException extends \Exception
1212{
1313 /**
1414 * Message pattern for corrupted data exception
You can’t perform that action at this time.
0 commit comments