packages feed

ez-couch-0.5.0: src/EZCouch/Crash.hs

{-# LANGUAGE OverloadedStrings, NoMonomorphismRestriction, FlexibleContexts, MultiParamTypeClasses, ScopedTypeVariables, DeriveDataTypeable, DeriveGeneric #-}
module EZCouch.Crash where

import Prelude ()
import ClassyPrelude


crash msg = error $ unpack $ asText $ "EZCouch bug occurred, please report it. " ++ msg