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/PropertyAccess/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
..
AccessException.php [PropertyAccess] Throw exception on nonexistant "index" on read access 2013-09-27 16:14:57 +02:00
ExceptionInterface.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
InvalidArgumentException.php [PropertyAccess] Removed the argument $value from isWritable() 2014-03-30 18:19:56 +02:00
InvalidPropertyPathException.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
NoSuchIndexException.php [PropertyAccess] Throw exception on nonexistant "index" on read access 2013-09-27 16:14:57 +02:00
NoSuchPropertyException.php [PropertyAccess] Throw exception on nonexistant "index" on read access 2013-09-27 16:14:57 +02:00
OutOfBoundsException.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
RuntimeException.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
UnexpectedTypeException.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00