final class MatcherAlreadyRegisteredException extends Exception implements Exception (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Properties

protected list<array{file: string, line: int, function: string}> $serializableTrace from  Exception

Methods

__construct(string $id)

No description

array
__serialize()

No description

array
getSerializableTrace()

Returns the serializable trace (without 'args').

Details

__construct(string $id)

No description

Parameters

string $id

array __serialize()

No description

Return Value

array

array getSerializableTrace()

Returns the serializable trace (without 'args').

Return Value

array