packages feed

servant-serf-0.3.0.1: source/library/ServantSerf/Exception/InvalidDepth.hs

module ServantSerf.Exception.InvalidDepth where

import qualified Control.Monad.Catch as Exception

newtype InvalidDepth
    = InvalidDepth String
    deriving (Eq, Show)

instance Exception.Exception InvalidDepth