File: errors.py

package info (click to toggle)
pystac-client 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,416 kB
  • sloc: python: 4,652; sh: 74; makefile: 60
file content (10 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
class ClientTypeError(Exception):
    """Raised when trying to open a Client on a non-catalog STAC Object."""

    pass


class IgnoredResultWarning(RuntimeWarning):
    """
    Warning raised when a 'modifier' callable returns a result.
    """