File: base.pxi

package info (click to toggle)
python-selectolax 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 708 kB
  • sloc: python: 2,239; makefile: 225
file content (4 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4

class SelectolaxError(Exception):
    """An exception that indicates error."""
    pass