Open nikochiko opened 2 years ago
Error is defined here: https://github.com/pipalacademy/feather-python-runtime/blob/bfa1efcb4a5e553481d7008f1c871347487bd316/feather_python/errors.py#L31-L34
Needs to be implemented when a filename given for a file has invalid characters.
There are also cases when the filename has dots and relative paths which we may reject (#9), we could choose to use the same error class for that too.
Error is defined here: https://github.com/pipalacademy/feather-python-runtime/blob/bfa1efcb4a5e553481d7008f1c871347487bd316/feather_python/errors.py#L31-L34
Needs to be implemented when a filename given for a file has invalid characters.
There are also cases when the filename has dots and relative paths which we may reject (#9), we could choose to use the same error class for that too.