=str typo in exception, it is getStageActor
This commit is contained in:
parent
8521333f49
commit
b98bf72f57
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ private object TimerMessages {
|
|||
|
||||
object GraphStageLogic {
|
||||
final case class StageActorRefNotInitializedException()
|
||||
extends RuntimeException("You must first call getStageActorRef, to initialize the Actors behaviour")
|
||||
extends RuntimeException("You must first call getStageActor, to initialize the Actors behaviour")
|
||||
|
||||
/**
|
||||
* Input handler that terminates the stage upon receiving completion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue