Skip to content

Commit

Permalink
Remove now-unused channel errors (#3713)
Browse files Browse the repository at this point in the history
The final use of channel errors was removed in PR #3690

This is part of #3515 channel removal project

# Changed Behaviour

Any user catching these errors explicitly will now get an error about
the exceptions being undefined. Because these don't exist any more, it
should be safe to remove those catches.

## Type of change

- Code maintenance/cleanup
  • Loading branch information
benclifford authored Dec 3, 2024
1 parent 3a18a4a commit a9a5b4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ Exceptions
parsl.providers.errors.ScaleOutFailed
parsl.providers.errors.SchedulerMissingArgs
parsl.providers.errors.ScriptPathError
parsl.channels.errors.ChannelError
parsl.channels.errors.FileCopyException
parsl.executors.high_throughput.errors.WorkerLost
parsl.executors.high_throughput.interchange.ManagerLost
parsl.serialize.errors.DeserializationError
Expand Down
30 changes: 0 additions & 30 deletions parsl/channels/errors.py

This file was deleted.

0 comments on commit a9a5b4b

Please sign in to comment.