| 2951 | } |
| 2952 | |
| 2953 | type taskBridgeNilStatusSessionManager struct{} |
| 2954 | |
| 2955 | func (m *taskBridgeCreateErrorSessionManager) Create(context.Context, session.CreateOpts) (*session.Session, error) { |
| 2956 | return nil, m.err |
nothing calls this directly
no outgoing calls
no test coverage detected