# File lib/web_console/view.rb, line 7
    def only_on_error_page(*args)
      yield if @env['web_console.exception'].present?
    end