I have a builder class which is a constructor, with an argument called Class_Name, when we pass the name of the class it will create the instances and create the space for the class. but the problem is the class has 8 arguments, but i don't want all the 8, I want to exclude a argument but I have no access to the class and also not create another class without that argument.
Here is my question how can I exclude that argument, if I don't pass that I will end up in getting the error. " errors: { fields: '', message: wrong number of arguments (given 9, expected 3......8)' } , error class: 'Argument error'
" please help me how to exclude that argument in any way ?
Thanks in advance!
Best regards,
jahnavi