Source code for pykemon.exceptions

#!/usr/bin/env python
# -*- coding: utf-8 -*-


[docs]class ResourceNotFoundError(Exception): " Raised when resource not found in API " pass