class Bullet::Notification::Base

def body

def body
  raise NoMethodError, 'no method body defined'
end