MCPcopy Create free account
hub / github.com/FDio/vpp / CliSyntaxError

Class CliSyntaxError

test/vpp_papi_exceptions.py:5–6  ·  view source on GitHub ↗

cli command had a syntax error.

Source from the content-addressed store, hash-verified

3
4
5class CliSyntaxError(Exception):
6 """cli command had a syntax error."""
7
8
9class UnexpectedApiReturnValueError(Exception):

Callers 1

cliMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected