PHP Class Dumplie\SharedKernel\Domain\Exception\UnknownEventException

Inheritance: extends Exception
Afficher le fichier Open project: dumplie/dumplie Class Usage Examples

Méthodes publiques

Méthode Description
unexpected ( string $expectedName, string $receivedName ) : UnknownEventException
unsupported ( string $name ) : UnknownEventException

Method Details

unexpected() public static méthode

public static unexpected ( string $expectedName, string $receivedName ) : UnknownEventException
$expectedName string
$receivedName string
Résultat UnknownEventException

unsupported() public static méthode

public static unsupported ( string $name ) : UnknownEventException
$name string
Résultat UnknownEventException