Searched refs:TextFSMError (Results 1 – 1 of 1) sorted by relevance
50 class TextFSMError(Error): class957 raise TextFSMError('Error: %s. Line: %s.'960 raise TextFSMError('State Error raised. Line: %s.'1052 except (IOError, TextFSMError, TextFSMTemplateError) as err: