pak.util.exceptions

Custom exceptions.

exception BufferOutOfDataError[source]

Bases: EOFError

May be raised when a buffer runs out of data.

Warning

Do not rely on Typess raising this when their buffer runs out of data. This is only used for some Types to have a more specific error.