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