ICanBoogie
  • Documentation
  • API Reference
  • MessageBus master
Namespaces
  • ICanBoogie
    • MessageBus
Classes
  • SimpleMessageBus
  • SimpleMessageHandlerProvider
Interfaces
  • Exception
  • MessageBus
  • MessageHandler
  • MessageHandlerProvider
  • MessagePusher
  • ShouldBePushed
Exceptions
  • NoHandlerForMessage
  • NoPusherForMessage

Class NoHandlerForMessage

Exception thrown when there is no handler defined to handle a message type.

Exception implements Throwable
┗ LogicException
┗ ICanBoogie\MessageBus\NoHandlerForMessage implements ICanBoogie\MessageBus\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\MessageBus
Located at NoHandlerForMessage.php

Methods summary

protected get_message( void ) : object

Returns

object
public __construct( object $message, ICanBoogie\MessageBus\Exception $previous = null )

Parameters

$message
$previous

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only $message : object
MessageBus master – Check on GitHub – API documentation generated by ApiGen