Method: Fastlane::FastFile#error
- Defined in:
- fastlane/lib/fastlane/fast_file.rb
#error(&block) ⇒ Object
Is executed if an error occurred during fastlane execution
153 154 155 |
# File 'fastlane/lib/fastlane/fast_file.rb', line 153 def error(&block) @runner.set_error(@current_platform, block) end |