src/eric7/PluginManager/PluginExceptions.py

branch
eric7
changeset 10456
12c30c88ed05
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10455:bed8a0c90d11 10456:12c30c88ed05
142 Constructor 142 Constructor
143 143
144 @param name name of the plugin module 144 @param name name of the plugin module
145 @type str 145 @type str
146 @param class_ name of the class not satisfying the requirements 146 @param class_ name of the class not satisfying the requirements
147
148 @type str 147 @type str
149 @param missing description of the missing element 148 @param missing description of the missing element
150 @type str 149 @type str
151 """ 150 """
152 self._errorMessage = QCoreApplication.translate( 151 self._errorMessage = QCoreApplication.translate(

eric ide

mercurial