Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
spawntree
/
magento-test
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
2
Commit
1
Ramo (Branch)
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
Altro
0.2%
Ramo (Branch):
master
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'master'
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Exception
Cronologia
Florian Eisenmenger
41ccc32b5d
checkin
2 anni fa
..
Plugin
checkin
2 anni fa
State
checkin
2 anni fa
TemporaryState
checkin
2 anni fa
Test/
Unit
checkin
2 anni fa
AbstractAggregateException.php
checkin
2 anni fa
AggregateExceptionInterface.php
checkin
2 anni fa
AlreadyExistsException.php
checkin
2 anni fa
AuthenticationException.php
checkin
2 anni fa
AuthorizationException.php
checkin
2 anni fa
BulkException.php
checkin
2 anni fa
ConfigurationMismatchException.php
checkin
2 anni fa
CouldNotDeleteException.php
checkin
2 anni fa
CouldNotSaveException.php
checkin
2 anni fa
CronException.php
checkin
2 anni fa
EmailNotConfirmedException.php
checkin
2 anni fa
FileSystemException.php
checkin
2 anni fa
InputException.php
checkin
2 anni fa
IntegrationException.php
checkin
2 anni fa
InvalidArgumentException.php
checkin
2 anni fa
InvalidEmailOrPasswordException.php
checkin
2 anni fa
LocalizedException.php
checkin
2 anni fa
MailException.php
checkin
2 anni fa
NoSuchEntityException.php
checkin
2 anni fa
NotFoundException.php
checkin
2 anni fa
PaymentException.php
checkin
2 anni fa
README.md
checkin
2 anni fa
RemoteServiceUnavailableException.php
checkin
2 anni fa
RuntimeException.php
checkin
2 anni fa
SecurityViolationException.php
checkin
2 anni fa
SerializationException.php
checkin
2 anni fa
SessionException.php
checkin
2 anni fa
StateException.php
checkin
2 anni fa
TemporaryStateExceptionInterface.php
checkin
2 anni fa
ValidatorException.php
checkin
2 anni fa
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.