Module: WaterDrop::Errors

Defined in:
lib/water_drop/errors.rb

Overview

Namespace used to encapsulate all the internal errors of WaterDrop

Constant Summary collapse

BaseError =

Base class for all the WaterDrop internal errors

Class.new(StandardError)
InvalidConfiguration =

Raised when configuration doesn’t match with validation schema

Class.new(BaseError)
InvalidMessageOptions =

Raised when we try to send message with invalid optionss

Class.new(BaseError)
UnregisteredMonitorEvent =

Raised when want to hook up to an event that is not registered and supported

Class.new(BaseError)