Update exception message for disabling multi conflict rules
parent
dc0f2e7e46
commit
79066931e6
|
@ -79,7 +79,7 @@ class MultiConflictRule extends Rule
|
||||||
|
|
||||||
public function disable()
|
public function disable()
|
||||||
{
|
{
|
||||||
throw new \RuntimeException("can't disable conflict rule");
|
throw new \RuntimeException("Disabling multi conflict rules is not possible. Please contact composer at https://github.com/composer/composer to let us debug what lead to this situation.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue