Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
I have an my exception handler in my code.
But if I purposely put in the wrong key for a domain my exception handler does not seem to get invoked. I need to do this to check the registration for new domains.
I see in GenerateDox .inc on line 46 this is where the exception should be thrown with the message “There is not a valid license”
Any idea why this would not work ?