# File lib/generators/bootstrap/themed/themed_generator.rb, line 100
      def rescue_block(exception=Exception)
        yield if block_given?
      rescue exception => e
        say e.message, :red
        exit
      end