ServerpodClientEndpointNotFound constructor

const ServerpodClientEndpointNotFound(
  1. Type type
)

Creates an Endpoint Missing Exception.

Implementation

const ServerpodClientEndpointNotFound(Type type)
  : super('No endpoint of type "$type" found.');