Home
last modified time | relevance | path

Searched refs:throwChecked (Results 1 – 14 of 14) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Util/
H A DChecked.hs19 , throwChecked
89 throwChecked :: (Exception e, Throws e) => e -> IO a
90 throwChecked e
109 checkIO = Base.handle $ \(ex :: IOException) -> throwChecked ex
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Hackage/Security/Client/Repository/HttpLib/
H A DHttpClient.hs70 throwChecked $ HTTP.HttpExceptionRequest request
81 go ex = throwChecked (SomeRemoteError ex)
85 throwChecked ex
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/Security/
H A DHTTP.hs81 _ -> throwChecked $ UnexpectedResponse uri code
94 _ -> throwChecked $ UnexpectedResponse uri code
180 go ex = throwChecked (SomeRemoteError ex)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Security/
H A DHTTP.hs80 _ -> HC.throwChecked $ UnexpectedResponse uri code
93 _ -> HC.throwChecked $ UnexpectedResponse uri code
179 go ex = HC.throwChecked (HC.SomeRemoteError ex)
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/
H A DClient.hs115 throwChecked $ VerificationErrorLoop (reverse history)
177 throwChecked RootUpdated
744 throwChecked $ InvalidPackageException pkgId
755 throwChecked $ InvalidPackageException pkgId
777 throwChecked $ VerificationErrorUnknownTarget (targetPath pkgId)
796 throwChecked $ VerificationErrorMissingSHA256 (targetPath pkgId)
1035 throwErrorsChecked f (Left err) = liftIO $ throwChecked (f err)
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/cache/config/
H A DCacheableService.java56 T throwChecked(Object arg1) throws Exception; in throwChecked() method
H A DAnnotatedClassCacheableService.java104 public Long throwChecked(Object arg1) throws Exception { in throwChecked() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java109 public Long throwChecked(Object arg1) throws Exception { in throwChecked() method in DefaultCacheableService
H A DAbstractAnnotationTests.java234 service.throwChecked(arg); in testCheckedThrowable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/config/
H A DCacheableService.java56 T throwChecked(Object arg1) throws Exception; in throwChecked() method
H A DAnnotatedClassCacheableService.java104 public Long throwChecked(Object arg1) throws Exception { in throwChecked() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java109 public Long throwChecked(Object arg1) throws Exception { in throwChecked() method in DefaultCacheableService
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Client/Repository/
H A DRemote.hs474 throwChecked $ SomeRemoteError $ FileTooLarge file mlen
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/aspectj/
H A DAbstractAnnotationTest.java223 service.throwChecked(arg); in testCheckedThrowable()