.. _doot.errors.parse: ================= doot.errors.parse ================= .. py:module:: doot.errors.parse .. autoapi-nested-parse:: These are the doot specific errors that can occur Exceptions ---------- .. autoapisummary:: doot.errors.parse.ParseError Module Contents =============== .. _doot.errors.parse.ParseError: .. py:exception:: ParseError Bases: :py:obj:`doot.errors._base.BackendError` In the course of parsing CLI input, a failure occurred. .. py:attribute:: general_msg :value: 'Doot CLI Parsing Failure:'