coreexceptions.rst 293 B

12345678910111213
  1. .. _coreexceptions:
  2. .. module:: flaskbb.core.exceptions
  3. Core Exceptions
  4. ===============
  5. These are exceptions that aren't specific to any one part of FlaskBB
  6. and are used ubiquitously.
  7. .. autoexception:: BaseFlaskBBError
  8. .. autoexception:: ValidationError
  9. .. autoexception:: StopValidation