unesco_reader.exceptions

Custom exceptions for the unesco_reader package

Exceptions

NoDataError

This is a custom exception that is raised when no UIS data exists

TooManyRecordsError

This is a custom exception that is raised when too many records are requested

Module Contents

exception unesco_reader.exceptions.NoDataError

Bases: Exception

This is a custom exception that is raised when no UIS data exists

exception unesco_reader.exceptions.TooManyRecordsError

Bases: Exception

This is a custom exception that is raised when too many records are requested