| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.Directory.Watchman.WatchmanException
Documentation
data WatchmanException Source #
Constructors
| WatchmanException_ErrorResponse String | |
| WatchmanException_SockError IOException | |
| WatchmanException_SubscriptionExists SubscriptionName |
Instances
| Eq WatchmanException Source # | |
Defined in System.Directory.Watchman.WatchmanException Methods (==) :: WatchmanException -> WatchmanException -> Bool # (/=) :: WatchmanException -> WatchmanException -> Bool # | |
| Show WatchmanException Source # | |
Defined in System.Directory.Watchman.WatchmanException Methods showsPrec :: Int -> WatchmanException -> ShowS # show :: WatchmanException -> String # showList :: [WatchmanException] -> ShowS # | |
| Exception WatchmanException Source # | |
Defined in System.Directory.Watchman.WatchmanException Methods toException :: WatchmanException -> SomeException # | |