Skip to main content

BadSerializer

Stub serializer to hold exception raised during registration

Attributes

AttributeTypeDescription
internal_use_onlyboolean = FalseFlag indicating whether the serializer is restricted to internal system operations, defaulting to False.

Constructor

Signature

def BadSerializer(
exception: Exception
) - > null

Parameters

NameTypeDescription
exceptionExceptionThe exception instance to store and raise later.

Signature

def BadSerializer(
exception: Exception
) - > null

Parameters

NameTypeDescription
exceptionExceptionThe exception instance captured during the registration process to be re-raised upon invocation