The [DeserializerInterface deserialize function](https://github.com/fourlabsldn/QBJSParser/blob/6c233d419556b6b58fd31248009ee9adc5fff560/src/Serializer/DeserializerInterface.php#L14) has no throws tags but the implementation [JsonDerializer](https://github.com/fourlabsldn/QBJSParser/blob/6c233d419556b6b58fd31248009ee9adc5fff560/src/Serializer/JsonDeserializer.php#L19) throws different types of exceptions. Please add the corresponding throws tags to the DeserializerInterface.
The DeserializerInterface deserialize function has no throws tags but the implementation JsonDerializer throws different types of exceptions.
Please add the corresponding throws tags to the DeserializerInterface.