Method: Radiator::ErrorParser#to_s
- Defined in:
- lib/radiator/error_parser.rb
#to_s ⇒ Object
216 217 218 219 220 221 222 |
# File 'lib/radiator/error_parser.rb', line 216 def to_s if !! && !.empty? "#{error_code}: #{}" else error_code.to_s end end |