Module: ActionPush::Delivery::Explosion

Defined in:
lib/action_push/delivery/explosion.rb

Class Method Summary collapse

Class Method Details

.call(push) ⇒ Object

Raises:



8
9
10
11
12
# File 'lib/action_push/delivery/explosion.rb', line 8

def call(push)
  raise Error, <<~DOC
    Delivery method fot the <#{push}> was not set"
  DOC
end