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

Class ExceptionIncorrectWidthAndHeight

QLabel/Lib/NinePatch.py:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class ExceptionIncorrectWidthAndHeight(_Exception):
42
43 def __str__(self):
44 return "Input incorrect width width and height. Minimum width = :{imgW} . Minimum height = :{imgH}".format(
45 imgW=self.imgW, imgH=self.imgH)
46
47
48class ExceptionIncorrectHeight(_Exception):

Callers 1

SetImageSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected