Exception: FastlaneCore::ConfigurationFile::ExceptionWhileParsingError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- FastlaneCore::ConfigurationFile::ExceptionWhileParsingError
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/configuration_file.rb
Instance Attribute Summary collapse
-
#recovered_options ⇒ Object
readonly
Returns the value of attribute recovered_options.
-
#wrapped_exception ⇒ Object
readonly
Returns the value of attribute wrapped_exception.
Instance Method Summary collapse
-
#initialize(wrapped_ex, options) ⇒ ExceptionWhileParsingError
constructor
A new instance of ExceptionWhileParsingError.
Constructor Details
#initialize(wrapped_ex, options) ⇒ ExceptionWhileParsingError
Returns a new instance of ExceptionWhileParsingError.
11 12 13 14 |
# File 'fastlane_core/lib/fastlane_core/configuration/configuration_file.rb', line 11 def initialize(wrapped_ex, ) @wrapped_exception = wrapped_ex @recovered_options = end |
Instance Attribute Details
#recovered_options ⇒ Object (readonly)
Returns the value of attribute recovered_options.
9 10 11 |
# File 'fastlane_core/lib/fastlane_core/configuration/configuration_file.rb', line 9 def @recovered_options end |
#wrapped_exception ⇒ Object (readonly)
Returns the value of attribute wrapped_exception.
8 9 10 |
# File 'fastlane_core/lib/fastlane_core/configuration/configuration_file.rb', line 8 def wrapped_exception @wrapped_exception end |