Skip to content

Commit 6435b23

Browse files
committed
MAGETWO-62168: Improve field data converter logging and error reporting
1 parent 9d780f3 commit 6435b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/DB/DataConverter/DataConversionException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Class DataConversionException.
1111
* @package Magento\Framework\DB\DataConverter
1212
*/
13-
class DataConversionException extends \Exception
13+
class DataConversionException extends \Magento\Framework\Exception\LocalizedException
1414
{
1515

1616
}

lib/internal/Magento/Framework/DB/FieldDataConversionException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class FieldDataConversionException
1010
*/
11-
class FieldDataConversionException extends \Exception
11+
class FieldDataConversionException extends \Magento\Framework\Exception\LocalizedException
1212
{
1313
/**
1414
* Message pattern for corrupted data exception

0 commit comments

Comments
 (0)