We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2630f7e + 7e72b46 commit 20aff0eCopy full SHA for 20aff0e
src/main/java/com/nextcloud/android/sso/model/ExceptionMessage.java
@@ -1,5 +1,7 @@
1
package com.nextcloud.android.sso.model;
2
3
+import java.io.Serializable;
4
+
5
/**
6
* Nextcloud SingleSignOn
7
*
@@ -19,7 +21,7 @@
19
21
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20
22
*/
23
-public class ExceptionMessage {
24
+public class ExceptionMessage implements Serializable {
25
26
public String title;
27
public String message;
0 commit comments