Exception
Interfaces, Classes and Traits
- Exception
- Marker interface for all Tactician exceptions
- CanNotDetermineCommandNameException
- Thrown when a CommandNameExtractor cannot determine the command's name
- CanNotInvokeHandlerException
- Thrown when a specific handler object can not be used on a command object.
- InvalidCommandException
- Thrown when the command bus is given an non-object to use as a command.
- InvalidMiddlewareException
- Thrown when the CommandBus was instantiated with an invalid middleware object
- MissingHandlerException
- No handler could be found for the given command.