This website works better with JavaScript
首頁
探索
說明
登入
chengwenliang
/
newsupernova
關註
2
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
987d33d1d5
分支列表
標籤列表
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.