On 4/16/21 2:04 AM, Markus Armbruster wrote:
John Snow writes:
On 4/15/21 2:44 AM, Markus Armbruster wrote:
John Snow writes:
Rename QAPIError to QAPISourceError, and then create a new QAPIError
class that serves as the basis for all of our other custom exceptions.
Isn't the existing QAP
John Snow writes:
> On 4/15/21 2:44 AM, Markus Armbruster wrote:
>> John Snow writes:
>>
>>> Rename QAPIError to QAPISourceError, and then create a new QAPIError
>>> class that serves as the basis for all of our other custom exceptions.
>>
>> Isn't the existing QAPIError such a base class alre
On 4/15/21 2:44 AM, Markus Armbruster wrote:
John Snow writes:
Rename QAPIError to QAPISourceError, and then create a new QAPIError
class that serves as the basis for all of our other custom exceptions.
Isn't the existing QAPIError such a base class already? Peeking
ahead... aha, your new
John Snow writes:
> Rename QAPIError to QAPISourceError, and then create a new QAPIError
> class that serves as the basis for all of our other custom exceptions.
Isn't the existing QAPIError such a base class already? Peeking
ahead... aha, your new base class is abstract. Can you explain why
Rename QAPIError to QAPISourceError, and then create a new QAPIError
class that serves as the basis for all of our other custom exceptions.
Add docstrings to explain the intended function of each error class.
Signed-off-by: John Snow
---
docs/sphinx/qapidoc.py | 3 ++-
scripts/qapi/error.py |