File: exceptions.py

package info (click to toggle)
python-lunr 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,644 kB
  • sloc: python: 3,811; javascript: 114; makefile: 60
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
class BaseLunrException(Exception):
    pass


class QueryParseError(BaseLunrException):
    pass