Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
spawntree
/
magento-test
Vigiar
2
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
2
Cometimentos
1
Ramo
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
Outros
0.2%
Ramo:
master
master
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de 'master'
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Exception
Histórico
Florian Eisenmenger
41ccc32b5d
checkin
há 2 anos
..
Plugin
checkin
há 2 anos
State
checkin
há 2 anos
TemporaryState
checkin
há 2 anos
Test/
Unit
checkin
há 2 anos
AbstractAggregateException.php
checkin
há 2 anos
AggregateExceptionInterface.php
checkin
há 2 anos
AlreadyExistsException.php
checkin
há 2 anos
AuthenticationException.php
checkin
há 2 anos
AuthorizationException.php
checkin
há 2 anos
BulkException.php
checkin
há 2 anos
ConfigurationMismatchException.php
checkin
há 2 anos
CouldNotDeleteException.php
checkin
há 2 anos
CouldNotSaveException.php
checkin
há 2 anos
CronException.php
checkin
há 2 anos
EmailNotConfirmedException.php
checkin
há 2 anos
FileSystemException.php
checkin
há 2 anos
InputException.php
checkin
há 2 anos
IntegrationException.php
checkin
há 2 anos
InvalidArgumentException.php
checkin
há 2 anos
InvalidEmailOrPasswordException.php
checkin
há 2 anos
LocalizedException.php
checkin
há 2 anos
MailException.php
checkin
há 2 anos
NoSuchEntityException.php
checkin
há 2 anos
NotFoundException.php
checkin
há 2 anos
PaymentException.php
checkin
há 2 anos
README.md
checkin
há 2 anos
RemoteServiceUnavailableException.php
checkin
há 2 anos
RuntimeException.php
checkin
há 2 anos
SecurityViolationException.php
checkin
há 2 anos
SerializationException.php
checkin
há 2 anos
SessionException.php
checkin
há 2 anos
StateException.php
checkin
há 2 anos
TemporaryStateExceptionInterface.php
checkin
há 2 anos
ValidatorException.php
checkin
há 2 anos
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.