packages feed

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