Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
spawntree
/
magento-test
İzle
2
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
2
İşleme
1
Dal
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
Diğer
0.2%
Dal:
master
master
Dallar
Biçim İmleri
${ item.name }
${ searchTerm }
dalı oluştur
'master'den
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Exception
Geçmiş
Florian Eisenmenger
41ccc32b5d
checkin
2 yıl önce
..
Plugin
checkin
2 yıl önce
State
checkin
2 yıl önce
TemporaryState
checkin
2 yıl önce
Test/
Unit
checkin
2 yıl önce
AbstractAggregateException.php
checkin
2 yıl önce
AggregateExceptionInterface.php
checkin
2 yıl önce
AlreadyExistsException.php
checkin
2 yıl önce
AuthenticationException.php
checkin
2 yıl önce
AuthorizationException.php
checkin
2 yıl önce
BulkException.php
checkin
2 yıl önce
ConfigurationMismatchException.php
checkin
2 yıl önce
CouldNotDeleteException.php
checkin
2 yıl önce
CouldNotSaveException.php
checkin
2 yıl önce
CronException.php
checkin
2 yıl önce
EmailNotConfirmedException.php
checkin
2 yıl önce
FileSystemException.php
checkin
2 yıl önce
InputException.php
checkin
2 yıl önce
IntegrationException.php
checkin
2 yıl önce
InvalidArgumentException.php
checkin
2 yıl önce
InvalidEmailOrPasswordException.php
checkin
2 yıl önce
LocalizedException.php
checkin
2 yıl önce
MailException.php
checkin
2 yıl önce
NoSuchEntityException.php
checkin
2 yıl önce
NotFoundException.php
checkin
2 yıl önce
PaymentException.php
checkin
2 yıl önce
README.md
checkin
2 yıl önce
RemoteServiceUnavailableException.php
checkin
2 yıl önce
RuntimeException.php
checkin
2 yıl önce
SecurityViolationException.php
checkin
2 yıl önce
SerializationException.php
checkin
2 yıl önce
SessionException.php
checkin
2 yıl önce
StateException.php
checkin
2 yıl önce
TemporaryStateExceptionInterface.php
checkin
2 yıl önce
ValidatorException.php
checkin
2 yıl önce
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.