Method: Pod::DSLError#description

Defined in:
lib/cocoapods-core/standard_error.rb

#descriptionString (readonly)

Returns the description that should be presented to the user.

Returns:

  • (String)

    the description that should be presented to the user.


14
15
16
# File 'lib/cocoapods-core/standard_error.rb', line 14

def description
  @description
end