| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | final class InvalidPlatformVersion extends DBALException implements PlatformException |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Returns a new instance for an invalid specified platform version. |
||
| 13 | * |
||
| 14 | * @param string $version The invalid platform version given. |
||
| 15 | * @param string $expectedFormat The expected platform version format. |
||
| 16 | */ |
||
| 17 | public static function new(string $version, string $expectedFormat) : self |
||
| 28 |