Exception: Pod::Informative
- Inherits:
-
PlainInformative
- Object
- StandardError
- PlainInformative
- Pod::Informative
- Defined in:
- lib/cocoapods.rb
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (Object) message
8 9 10 11 |
# File 'lib/cocoapods.rb', line 8 def # TODO: remove formatting from raise calls and remove conditional super !~ /\[!\]/ ? "[!] #{super}\n".red : super end |