packages feed

servant-serf-0.3.1.3: source/library/ServantSerf/Exception/ExtraArgument.hs

module ServantSerf.Exception.ExtraArgument where

import qualified Control.Monad.Catch as Exception

newtype ExtraArgument
  = ExtraArgument String
  deriving (Eq, Show)

instance Exception.Exception ExtraArgument