So you've got this big long function chain and PHP's oh-so-helpful Fatal Error messages aren't helping at all. Here's a quick example of how to do a function backtrace without throwing exceptions.
Output:
=>[0] => Array
(
[file] => someFile.php
[line] => 4
)
=> Hello World