Method |
Description |
|
create ( Nelmio\Alice\ObjectInterface $object, Property $property, integer $code, Throwable $previous ) : HydrationException |
|
|
createForCouldNotHydrateObjectWithProperty ( Nelmio\Alice\ObjectInterface $object, Property $property, integer $code, Throwable $previous = null ) : NoSuchPropertyException |
|
|
createForInaccessibleProperty ( Nelmio\Alice\ObjectInterface $object, Property $property, integer $code, Throwable $previous = null ) : InaccessiblePropertyException |
|
|
createForInvalidProperty ( Nelmio\Alice\ObjectInterface $object, Property $property, integer $code, Throwable $previous = null ) : InvalidArgumentException |
|
|