forked from p15670423/monkey
Island: Switch FileRetrievalError from ValueError to RuntimeError
This commit is contained in:
parent
f1ef54b9fa
commit
aeb779e6c6
|
@ -2,7 +2,7 @@ import abc
|
|||
from typing import BinaryIO
|
||||
|
||||
|
||||
class FileRetrievalError(ValueError):
|
||||
class FileRetrievalError(RuntimeError):
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue