Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Making ExtensionInterfaces extending \Throwable is a BC break #27419

Copy link
Copy link
Closed
@dunglas

Description

@dunglas
Issue body actions

Symfony version(s) affected: 4.1

Description
#26702 introduces an annoying BC break:
when using Prophecy, it's not possible to prohesize our interfaces anymore.

How to reproduce

    $serializerException = $this->prophesize(ExceptionInterface::class);
    $serializerException->willExtend(\Exception::class);

    $serializerException->reveal();

Was working before, now throws Prophecy\Exception\Doubler\MethodNotExtendableException: Method getMessage is not extendable, so can not be added.

Possible Solution
Reverting #26702. (I'm trying to figure another solution).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.