This website works better with JavaScript
首頁
探索
說明
註冊
登入
chengwenliang
/
newsupernova
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
c9405dd336
分支列表
標籤列表
master
newsupernova
/
vendor
/
magento
/
framework
/
Exception
longyi
c9405dd336
vendor
5 年之前
..
Plugin
c9405dd336
vendor
5 年之前
State
c9405dd336
vendor
5 年之前
TemporaryState
c9405dd336
vendor
5 年之前
Test
c9405dd336
vendor
5 年之前
AbstractAggregateException.php
c9405dd336
vendor
5 年之前
AggregateExceptionInterface.php
c9405dd336
vendor
5 年之前
AlreadyExistsException.php
c9405dd336
vendor
5 年之前
AuthenticationException.php
c9405dd336
vendor
5 年之前
AuthorizationException.php
c9405dd336
vendor
5 年之前
BulkException.php
c9405dd336
vendor
5 年之前
ConfigurationMismatchException.php
c9405dd336
vendor
5 年之前
CouldNotDeleteException.php
c9405dd336
vendor
5 年之前
CouldNotSaveException.php
c9405dd336
vendor
5 年之前
CronException.php
c9405dd336
vendor
5 年之前
EmailNotConfirmedException.php
c9405dd336
vendor
5 年之前
FileSystemException.php
c9405dd336
vendor
5 年之前
InputException.php
c9405dd336
vendor
5 年之前
IntegrationException.php
c9405dd336
vendor
5 年之前
InvalidEmailOrPasswordException.php
c9405dd336
vendor
5 年之前
LocalizedException.php
c9405dd336
vendor
5 年之前
MailException.php
c9405dd336
vendor
5 年之前
NoSuchEntityException.php
c9405dd336
vendor
5 年之前
NotFoundException.php
c9405dd336
vendor
5 年之前
PaymentException.php
c9405dd336
vendor
5 年之前
README.md
c9405dd336
vendor
5 年之前
RemoteServiceUnavailableException.php
c9405dd336
vendor
5 年之前
RuntimeException.php
c9405dd336
vendor
5 年之前
SecurityViolationException.php
c9405dd336
vendor
5 年之前
SerializationException.php
c9405dd336
vendor
5 年之前
SessionException.php
c9405dd336
vendor
5 年之前
StateException.php
c9405dd336
vendor
5 年之前
TemporaryStateExceptionInterface.php
c9405dd336
vendor
5 年之前
ValidatorException.php
c9405dd336
vendor
5 年之前
README.md
#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.