Skip to content

Commit ae6f3c6

Browse files
authored
The ConditionalException must not be abstract
1 parent 4938f73 commit ae6f3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ComposedValue/ConditionalException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @package PHPModelGenerator\Exception\ComposedValue
1313
*/
14-
abstract class ConditionalException extends ValidationException
14+
class ConditionalException extends ValidationException
1515
{
1616
/**
1717
* ConditionalException constructor.

0 commit comments

Comments
 (0)