summaryrefslogtreecommitdiffstats
path: root/pym/portage_exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage_exception.py')
-rw-r--r--pym/portage_exception.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage_exception.py b/pym/portage_exception.py
index 0d0206df1..c00965d6e 100644
--- a/pym/portage_exception.py
+++ b/pym/portage_exception.py
@@ -49,6 +49,9 @@ class DirectoryNotFound(InvalidLocation):
class OperationNotPermitted(PortageException):
"""An operation was not permitted operating system"""
+class ReadOnlyFileSystem(PortageException):
+ """Read-only file system"""
+
class CommandNotFound(PortageException):
"""A required binary was not available or executable"""