Which of the following functions raises an error when an unpicklable object is encountered by Pickler?
(a) pickle.PickleError
(b) pickle.PicklingError
(c) pickle.UnpickleError
(d) pickle.UnpicklingError
The question was asked in final exam.
I want to ask this question from Pickle Module topic in portion Mapping Functions and Modules of Python