Method: Pod::DSLError#initialize
- Defined in:
- lib/cocoapods-core/standard_error.rb
permalink #initialize(description, dsl_path, underlying_exception, contents = nil) ⇒ DSLError
Returns a new instance of DSLError.
28 29 30 31 32 33 |
# File 'lib/cocoapods-core/standard_error.rb', line 28 def initialize(description, dsl_path, , contents = nil) @description = description @dsl_path = dsl_path @underlying_exception = @contents = contents end |