ServerpodClientEndpointNotFound constructor
Creates an Endpoint Missing Exception.
Implementation
const ServerpodClientEndpointNotFound(Type type, {String? name})
: super(
'No endpoint of type "$type" '
'${name != null ? 'with name "$name" ' : ''}found.',
);