Skip to content

Commit

Permalink
feat(pollux): Added New Erorr (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mineme0110 committed Feb 9, 2023
1 parent abc007f commit 5349a0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,5 +12,5 @@ object PresentationError {
final case class UnexpectedError(msg: String) extends PresentationError
final case class IssuedCredentialNotFoundError(cause: Throwable) extends PresentationError
final case class PresentationDecodingError(cause: Throwable) extends PresentationError

final case class PresentationNotFoundError(cause: Throwable) extends PresentationError
}

0 comments on commit 5349a0e

Please sign in to comment.