mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Remove useless property in exception class
This commit is contained in:
parent
37d271271d
commit
11c59baf59
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ namespace Composer\DependencyResolver;
|
|||
*/
|
||||
class SolverBugException extends \RuntimeException
|
||||
{
|
||||
protected $problems;
|
||||
|
||||
public function __construct($message)
|
||||
{
|
||||
parent::__construct(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue