Nexus API Reference

InvalidFromActorParameterException extends NexusException
in package

FinalYes
Tags
psalm-api

Thrown at compile time when a parameter attributed with #[FromActor] declares a type that cannot accept an ActorRef. The handler would otherwise compile and fail on first invocation with a TypeError.

Table of Contents

Methods

__construct()  : mixed

Methods

__construct()

public __construct(string $owner, string $paramName, string $actorName, string $declaredType) : mixed
Parameters
$owner : string
$paramName : string
$actorName : string
$declaredType : string
On this page

Search results