Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(access): create exception for errors in saving data, local or re…
Browse files Browse the repository at this point in the history
…mote
  • Loading branch information
AndreaBrighi committed Apr 28, 2023
1 parent d63322e commit 13b7c88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package com.intelligentbackpack.accessdata.exception

class DownloadException : Exception()
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package com.intelligentbackpack.accessdata.exception

class MissingUserException : Exception()
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package com.intelligentbackpack.accessdata.exception

class SavingUserException : Exception()

0 comments on commit 13b7c88

Please sign in to comment.