Expose `MsgTypeError` from pkg

Tyler Goodlet 2024-04-05 16:32:15 -04:00
parent 481827b851
commit 20bf0da29f
1 changed files with 3 additions and 2 deletions

View File

@ -45,9 +45,10 @@ from ._state import (
is_root_process as is_root_process,
)
from ._exceptions import (
RemoteActorError as RemoteActorError,
ModuleNotExposed as ModuleNotExposed,
ContextCancelled as ContextCancelled,
ModuleNotExposed as ModuleNotExposed,
MsgTypeError as MsgTypeError,
RemoteActorError as RemoteActorError,
)
from .devx import (
breakpoint as breakpoint,