This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
chengwenliang
/
newsupernova
Прати
2
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Дрво:
c9405dd336
Гране
Ознаке
master
newsupernova
/
vendor
/
magento
/
framework
/
Exception
/
README.md
README.md
414 B
Историја
Датотека
#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.