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
履歴
Raw
#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.