aboutsummaryrefslogtreecommitdiff
path: root/gpg/skeybase/src/main/scala/com/github/jodersky/skeybase/verification/VerificationException.scala
blob: a7c1f7886f87ebb1d0ae523affae043b072c71db (plain) (blame)
1
2
3
4
package com.github.jodersky.skeybase
package verification

class VerificationException(message: String) extends RuntimeException(message)