At the bottom of the Fastfile, we have this: ```ruby error do |lane, exception| end ``` Is there a plan to implement handling here? If not, is there any point having it in the file?
At the bottom of the Fastfile, we have this:
Is there a plan to implement handling here? If not, is there any point having it in the file?