My WordPress Plugin code breaks customize.php viewpoint

Turns out that right-clicking and viewing the source on the web-page displayed the call-stack.

For some reason part of my backend widget code that was commented out was still active, therefore it was trying to complete a request that had missing code. Removing this code resolved the error.