usb-1.3.0.6: src/System/USB/Exceptions.hs
{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 704
{-# LANGUAGE Trustworthy #-}
#endif
--------------------------------------------------------------------------------
-- |
-- Module : System.USB.Exceptions
-- Copyright : (c) 2009–2017 Bas van Dijk
-- License : BSD3 (see the file LICENSE)
-- Maintainer : Bas van Dijk <v.dijk.bas@gmail.com>
--
--------------------------------------------------------------------------------
module System.USB.Exceptions
( USBException(..)
, ioException
, incompleteReadException
, incompleteWriteException
) where
import System.USB.Base