https://github.com/jarednova/timber/blob/master/timber.php#L608
The if clause assumes that the file key exists, but file is only a possible key. (A callable is listed in the backtrace without file being set, causing an undefined index notice to be triggered.)
Solution: use array_key_exists.