| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Utils.Web
Description
Documentation
openWebPage :: MonadIO m => Text -> m () #
data BrowserException #
Constructors
| NoBrowserFoundException | |
| BrowserInvocationException Text |
Instances
| Exception BrowserException # | |
Defined in Napkin.Utils.Web Methods toException :: BrowserException -> SomeException # | |
| Show BrowserException # | |
Defined in Napkin.Utils.Web Methods showsPrec :: Int -> BrowserException -> ShowS # show :: BrowserException -> String # showList :: [BrowserException] -> ShowS # | |