Skip to content

Commit

Permalink
remove inform exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
syrel committed Mar 27, 2024
1 parent 775b21d commit 3edda1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
7 changes: 0 additions & 7 deletions src/Futures/AsyncFutureExecutionConfiguration.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ AsyncFutureExecutionConfiguration class >> normalExceptionHandlingByDefault [
defaultErrorHandler := AsyncNoneErrorHandler uniqueInstance
]

{ #category : #accessing }
AsyncFutureExecutionConfiguration class >> notifyExceptionsByDefault [
"Notifies exceptions and continues the normal flow of rejecting promises.
Can slow down execution in case of a large amount if notifications."
defaultErrorHandler := AsyncInformExceptionHandler new
]

{ #category : #accessing }
AsyncFutureExecutionConfiguration class >> passExceptionsByDefault [
"Should only be used for debugging as it influences the normal handling of promises.
Expand Down
19 changes: 0 additions & 19 deletions src/Futures/AsyncInformExceptionHandler.class.st

This file was deleted.

0 comments on commit 3edda1b

Please sign in to comment.