class documentation

class FileError(ClickException):

View In Hierarchy

Raised if a file cannot be opened.
Method __init__ Undocumented
Method format​_message Undocumented
Instance Variable filename Undocumented
Instance Variable ui​_filename Undocumented

Inherited from ClickException:

Method __str__ Undocumented
Method show Undocumented
Class Variable exit​_code Undocumented
Instance Variable message Undocumented
def __init__(self, filename, hint=None):

Undocumented

Parameters
filename:strUndocumented
hint:t.Optional[str]Undocumented
def format_message(self):

Undocumented

Returns
strUndocumented
filename =

Undocumented

ui_filename =

Undocumented