cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 different Exceptions

Magento 2 different Exceptions

When you look in the core code of Magento 2, in Framework/Exception, you see that there is many different kinds of Exceptions.

 

If for most of them their goal is very obvious by their name, but what is the purpose of these ones :

  1. LocalizedException ;
  2. StateException ;
  3. IntegrationException.