platform/api/symfony/Component/Serializer/Exception/UnexpectedPropertyException.yaml

17 lines
376 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: UnexpectedPropertyException
class_comment: "# * UnexpectedPropertyException.\n# *\n# * @author Aur\xE9lien Pillevesse\
\ <aurelienpillevesse@hotmail.fr>"
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: property
- name: previous
default: 'null'
comment: null
traits: []
interfaces:
- ExceptionInterface