本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
spawntree
/
magento-test
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
提交
1
分支
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
Other
0.2%
分支:
master
master
分支列表
標籤
${ item.name }
建立分支
${ searchTerm }
從 'master'
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Exception
歷史記錄
Florian Eisenmenger
41ccc32b5d
checkin
2 年之前
..
Plugin
checkin
2 年之前
State
checkin
2 年之前
TemporaryState
checkin
2 年之前
Test/
Unit
checkin
2 年之前
AbstractAggregateException.php
checkin
2 年之前
AggregateExceptionInterface.php
checkin
2 年之前
AlreadyExistsException.php
checkin
2 年之前
AuthenticationException.php
checkin
2 年之前
AuthorizationException.php
checkin
2 年之前
BulkException.php
checkin
2 年之前
ConfigurationMismatchException.php
checkin
2 年之前
CouldNotDeleteException.php
checkin
2 年之前
CouldNotSaveException.php
checkin
2 年之前
CronException.php
checkin
2 年之前
EmailNotConfirmedException.php
checkin
2 年之前
FileSystemException.php
checkin
2 年之前
InputException.php
checkin
2 年之前
IntegrationException.php
checkin
2 年之前
InvalidArgumentException.php
checkin
2 年之前
InvalidEmailOrPasswordException.php
checkin
2 年之前
LocalizedException.php
checkin
2 年之前
MailException.php
checkin
2 年之前
NoSuchEntityException.php
checkin
2 年之前
NotFoundException.php
checkin
2 年之前
PaymentException.php
checkin
2 年之前
README.md
checkin
2 年之前
RemoteServiceUnavailableException.php
checkin
2 年之前
RuntimeException.php
checkin
2 年之前
SecurityViolationException.php
checkin
2 年之前
SerializationException.php
checkin
2 年之前
SessionException.php
checkin
2 年之前
StateException.php
checkin
2 年之前
TemporaryStateExceptionInterface.php
checkin
2 年之前
ValidatorException.php
checkin
2 年之前
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.