--------------------------------------------------------------------------------
-- |
-- Module      :  System.USB.Exceptions
-- Copyright   :  (c) 2009–2010 Bas van Dijk
-- License     :  BSD3 (see the file LICENSE)
-- Maintainer  :  Bas van Dijk <v.dijk.bas@gmail.com>
--
--------------------------------------------------------------------------------

module System.USB.Exceptions
    (  USBException(..)
    ) where

import System.USB.Internal