cosapp.ports.exceptions

Port exceptions

Exceptions

ScopeError(message)

Raised if an port variable out of user scope is set.

exception cosapp.ports.exceptions.ScopeError(message: str)[source]

Bases: Exception

Raised if an port variable out of user scope is set.

Parameters:

message (str) – Error message

message

Error message

Type:

str