class Fastlane::FastFile

def error(&block)

Is executed if an error occured during fastlane execution
def error(&block)
  @runner.set_error(@current_platform, block)
end