Skip to content

Commit 48ece56

Browse files
committed
MAGETWO-33813: Replace Magento\Framework\Model\Exception to LocalizedException
1 parent 6f1555f commit 48ece56

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
/**
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
namespace Magento\Framework\Exception;
7+
8+
class InvalidDataException extends LocalizedException
9+
{
10+
}

0 commit comments

Comments
 (0)