MCPcopy
hub / github.com/PyQt5/PyQt / ExceptionIncorrectWidth

Class ExceptionIncorrectWidth

QLabel/Lib/NinePatch.py:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class ExceptionIncorrectWidth(_Exception):
36
37 def __str__(self):
38 return "Input incorrect width. Mimimum width = :{imgW}".format(imgW=self.imgW)
39
40
41class ExceptionIncorrectWidthAndHeight(_Exception):

Callers 1

SetImageSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected