Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
spawntree
/
magento-test
Obserwuj
2
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
2
Commity
1
Gałąź
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
Pozostałe
0.2%
Gałąź:
master
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'master'
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Exception
Historia
Florian Eisenmenger
41ccc32b5d
checkin
2 lat temu
..
Plugin
checkin
2 lat temu
State
checkin
2 lat temu
TemporaryState
checkin
2 lat temu
Test/
Unit
checkin
2 lat temu
AbstractAggregateException.php
checkin
2 lat temu
AggregateExceptionInterface.php
checkin
2 lat temu
AlreadyExistsException.php
checkin
2 lat temu
AuthenticationException.php
checkin
2 lat temu
AuthorizationException.php
checkin
2 lat temu
BulkException.php
checkin
2 lat temu
ConfigurationMismatchException.php
checkin
2 lat temu
CouldNotDeleteException.php
checkin
2 lat temu
CouldNotSaveException.php
checkin
2 lat temu
CronException.php
checkin
2 lat temu
EmailNotConfirmedException.php
checkin
2 lat temu
FileSystemException.php
checkin
2 lat temu
InputException.php
checkin
2 lat temu
IntegrationException.php
checkin
2 lat temu
InvalidArgumentException.php
checkin
2 lat temu
InvalidEmailOrPasswordException.php
checkin
2 lat temu
LocalizedException.php
checkin
2 lat temu
MailException.php
checkin
2 lat temu
NoSuchEntityException.php
checkin
2 lat temu
NotFoundException.php
checkin
2 lat temu
PaymentException.php
checkin
2 lat temu
README.md
checkin
2 lat temu
RemoteServiceUnavailableException.php
checkin
2 lat temu
RuntimeException.php
checkin
2 lat temu
SecurityViolationException.php
checkin
2 lat temu
SerializationException.php
checkin
2 lat temu
SessionException.php
checkin
2 lat temu
StateException.php
checkin
2 lat temu
TemporaryStateExceptionInterface.php
checkin
2 lat temu
ValidatorException.php
checkin
2 lat temu
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.