doot.errors.parse

These are the doot specific errors that can occur

Exceptions

ParseError

In the course of parsing CLI input, a failure occurred.

Module Contents

exception doot.errors.parse.ParseError[source]

Bases: doot.errors._base.BackendError

In the course of parsing CLI input, a failure occurred.

general_msg = 'Doot CLI Parsing Failure:'