This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
chengwenliang
/
newsupernova
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
c9405dd336
Branchit
Tagit
master
newsupernova
/
vendor
/
magento
/
framework
/
Exception
/
README.md
README.md
414 B
Historia
Raaka
#Exception
Classes that extend the base Exception class represent types of Exceptions.
All Exception classes extend, directly or indirectly, LocalizedException. Thus, error messages can be localized.
Several Exception classes extend, directly or indirectly, AbstractAggregateException. This allows them to store ErrorMessage objects.
The ErrorMessage class stores and renders localized error information.