# File lib/autobuild/exceptions.rb, line 17 def to_s if target && phase "#{target}: failed in #{phase} phase\n #{super}" elsif target "#{target}: #{super}" else super end end