This website works better with JavaScript
首页
发现
帮助
注册
登录
chengwenliang
/
newsupernova
关注
2
点赞
0
派生
0
文件
工单管理
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.