Skip to content

Commit

Permalink
Add docstrings for the exceptions
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Mar 5, 2022
1 parent 5e385b8 commit 44dfef8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@


class UnsuitableValidityBuffer(Exception):
"""Exception to be raised if there is no validity buffer for ``PandasProtocolColumn``."""

pass


class UnsuitableOffsetsBuffer(Exception):
"""Exception to be raised if there is no offsets buffer for ``PandasProtocolColumn``."""

pass

0 comments on commit 44dfef8

Please sign in to comment.