mirror of
https://github.com/hellosteadman/bambu-buffer.git
synced 2025-12-12 20:46:56 +00:00
5 lines
94 B
Python
5 lines
94 B
Python
class BufferException(Exception):
|
|
pass
|
|
|
|
class NoBufferTokenException(Exception):
|
|
pass
|