pgfinder.errors =============== .. py:module:: pgfinder.errors Exceptions ---------- .. autoapisummary:: pgfinder.errors.UserError Module Contents --------------- .. py:exception:: UserError Bases: :py:obj:`ValueError` A ValueError raised by invalid user input. UserError messages are intended for direct consumption by the end-user, so the message text should make it clear what's gone wrong and which steps the user can take to resolve the problem. .. !! processed by numpydoc !!