servant-serf-0.3.1.3: source/library/ServantSerf/Exception/UnknownOption.hs
module ServantSerf.Exception.UnknownOption where import qualified Control.Monad.Catch as Exception newtype UnknownOption = UnknownOption String deriving (Eq, Show) instance Exception.Exception UnknownOption