Raise this exception to mark a test as a comparison between two images.
| 1 | class ImageComparisonFailure(AssertionError): |
| 2 | """ |
| 3 | Raise this exception to mark a test as a comparison between two images. |
| 4 | """ |
no outgoing calls
searching dependent graphs…