PHP Class Dumplie\SharedKernel\Domain\Exception\UnknownEventException

Inheritance: extends Exception
Show file Open project: dumplie/dumplie Class Usage Examples

Public Methods

Method Description
unexpected ( string $expectedName, string $receivedName ) : UnknownEventException
unsupported ( string $name ) : UnknownEventException

Method Details

unexpected() public static method

public static unexpected ( string $expectedName, string $receivedName ) : UnknownEventException
$expectedName string
$receivedName string
return UnknownEventException

unsupported() public static method

public static unsupported ( string $name ) : UnknownEventException
$name string
return UnknownEventException