File: exceptions.py

package info (click to toggle)
python-georss-client 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 1,582; xml: 430; makefile: 8; sh: 5
file content (5 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Exceptions for this library."""


class GeoRssException(Exception):
    """GeoRSS Exception."""