packages feed

servant-serf-0.3.0.1: 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