mirror of
https://github.com/hellosteadman/bambu-buffer.git
synced 2025-05-04 16:29:51 +00:00
5 lines
94 B
Python
5 lines
94 B
Python
class BufferException(Exception):
|
|
pass
|
|
|
|
class NoBufferTokenException(Exception):
|
|
pass
|