Forum


Replies: 1   Views: 3438
Exception handling checking licence
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.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by Scott  · 02-02-2012 - 22:08

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 ?