View source
class ChannelError
package feathers.messaging.errors
extends MessagingError
extended by InvalidChannelError, InvalidDestinationError
This is the base class for any channel related errors. It allows for less granular catch code.
Constructor
new(msg:String)
Constructs a new instance of a ChannelError with the specified message.
Parameters:
msg | String that contains the message that describes the error. |
---|