選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
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.