This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Exception
Nicolas Grekas f5939a8336 Merge branch '2.8' into 3.4
* 2.8:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:45:46 +02:00
..
AlreadySubmittedException.php [Form] removed deprecated features 2015-10-01 16:20:48 +02:00
BadMethodCallException.php [Form] Protected methods in FormConfigBuilder and FormBuilder from being called when it is turned into a FormConfigInterface instance 2013-01-07 16:58:41 +01:00
ErrorMappingException.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
ExceptionInterface.php [Form] removed deprecated exceptions 2013-05-04 13:06:57 +02:00
InvalidArgumentException.php [Form] Fixed invalid use of FormException 2013-04-13 16:46:29 +02:00
InvalidConfigurationException.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
LogicException.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
OutOfBoundsException.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
RuntimeException.php [Form] Moved parent data inheritance from data mappers to Form 2013-04-19 10:09:37 +02:00
StringCastException.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
TransformationFailedException.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
UnexpectedTypeException.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00