CLI/c2json: Print 'cpp' error when executed in verbose mode (#12869)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
@@ -3,3 +3,10 @@ class NoSuchKeyboardError(Exception):
|
||||
"""
|
||||
def __init__(self, message):
|
||||
self.message = message
|
||||
|
||||
|
||||
class CppError(Exception):
|
||||
"""Raised when 'cpp' cannot process a file.
|
||||
"""
|
||||
def __init__(self, message):
|
||||
self.message = message
|
||||
|
Reference in New Issue
Block a user