Lean
$LEAN_TAG$
|
Provides user-facing messages for the Exceptions.NoMethodMatchPythonExceptionInterpreter class and its consumers or related classes More...
Static Public Member Functions | |
static string | AttemptedToAccessMethodThatDoesNotExist (string methodName) |
Returns a string message saying the given method does not exists. It also contains the exception thrown is this case and an advice on how to prevent it More... | |
Static Public Attributes | |
static string | NoMethodMatchExpectedSubstring = "No method match" |
String message saying: No method match More... | |
Provides user-facing messages for the Exceptions.NoMethodMatchPythonExceptionInterpreter class and its consumers or related classes
Definition at line 96 of file Messages.Exceptions.cs.
|
static |
Returns a string message saying the given method does not exists. It also contains the exception thrown is this case and an advice on how to prevent it
Definition at line 108 of file Messages.Exceptions.cs.
|
static |
String message saying: No method match
Definition at line 101 of file Messages.Exceptions.cs.