|
@@ -150,7 +150,7 @@ def interpret_function_body(body_id, named_arguments, **kwargs):
|
|
|
|
|
|
|
|
def unreachable():
|
|
def unreachable():
|
|
|
"""Marks unreachable code."""
|
|
"""Marks unreachable code."""
|
|
|
- raise ValueError('An unreachable statement was reached.')
|
|
|
|
|
|
|
+ raise Exception('An unreachable statement was reached.')
|
|
|
|
|
|
|
|
def get_input(**parameters):
|
|
def get_input(**parameters):
|
|
|
"""Retrieves input."""
|
|
"""Retrieves input."""
|