Skip to content
Commit a23fe3a3 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

remove UnhandledErrorDialog

Summary:
the dialog was actually broken through at least all of plasma5 :/

this is no longer necessary. it was used for when random unexpected HTML
would get returned. there is no longer unexpected html:

- the api always returns json blobs
- should the api crap out we'll get protocol errors (HTTP 500 or some such)
  which is also forced into a serialized form and raised as a
  ProtocolException to be handled like errors from the API directly

we always get one "standardized" error message and never an
extended html to display.

Test Plan: builds

Reviewers: #plasma, apol

Reviewed By: apol

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D22393
parent b6c5c107
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment