You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 年之前
..
Plugin checkin 2 年之前
State checkin 2 年之前
TemporaryState checkin 2 年之前
Test/Unit checkin 2 年之前
AbstractAggregateException.php checkin 2 年之前
AggregateExceptionInterface.php checkin 2 年之前
AlreadyExistsException.php checkin 2 年之前
AuthenticationException.php checkin 2 年之前
AuthorizationException.php checkin 2 年之前
BulkException.php checkin 2 年之前
ConfigurationMismatchException.php checkin 2 年之前
CouldNotDeleteException.php checkin 2 年之前
CouldNotSaveException.php checkin 2 年之前
CronException.php checkin 2 年之前
EmailNotConfirmedException.php checkin 2 年之前
FileSystemException.php checkin 2 年之前
InputException.php checkin 2 年之前
IntegrationException.php checkin 2 年之前
InvalidArgumentException.php checkin 2 年之前
InvalidEmailOrPasswordException.php checkin 2 年之前
LocalizedException.php checkin 2 年之前
MailException.php checkin 2 年之前
NoSuchEntityException.php checkin 2 年之前
NotFoundException.php checkin 2 年之前
PaymentException.php checkin 2 年之前
README.md checkin 2 年之前
RemoteServiceUnavailableException.php checkin 2 年之前
RuntimeException.php checkin 2 年之前
SecurityViolationException.php checkin 2 年之前
SerializationException.php checkin 2 年之前
SessionException.php checkin 2 年之前
StateException.php checkin 2 年之前
TemporaryStateExceptionInterface.php checkin 2 年之前
ValidatorException.php checkin 2 年之前

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.