StandardError
# File lib/cucumber/filters/tag_limits.rb, line 8 def initialize(*limit_breaches) super(limit_breaches.map(&:to_s).join("\n")) end