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.
 
 
 
 
 
 
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.