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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage_exception.py b/pym/portage_exception.py
index 27294da6e..0d0206df1 100644
--- a/pym/portage_exception.py
+++ b/pym/portage_exception.py
@@ -46,6 +46,8 @@ class FileNotFound(InvalidLocation):
class DirectoryNotFound(InvalidLocation):
"""A directory was not found when it was expected to exist"""
+class OperationNotPermitted(PortageException):
+ """An operation was not permitted operating system"""
class CommandNotFound(PortageException):
"""A required binary was not available or executable"""