Source code for pugh_torch.exceptions

[docs]class HashMismatchError(Exception): """Occurs when a file does not have the expected hash."""
[docs]class DataUnavailableError(Exception): """Data is missing from disk and isn't readily available to easily download."""
[docs]class ShouldNeverHappenError(Exception): """Portions of code have been reached that the developer never intended."""