librarymarket/msadiag

View on GitHub
src/Exception/TestFailureException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types = 1);

namespace LibraryMarket\msadiag\Exception;

/**
 * An exception for when a test fails.
 */
class TestFailureException extends \Exception {

}