pmacs3/exceptions.py

4 lines
100 B
Python

class ReadOnlyError:
'This error is raised when attempting to edit a read-only buffer'
pass