brdata

module core.exceptions


class BaseException

Base exception for all brdata exceptions.


class RequestException

Exception raised when the maximum number of retries is reached.

method __init__

__init__(message: str = 'Maximum number of retries reached.', *args, **kwargs)

class NotFoundException

Exception raised when some resource is not founds.


This file was automatically generated via lazydocs.