class Google::Cloud::PubSub::AsyncPublisherStopped

Indicates that the {AsyncPublisher} has been stopped and cannot accept messages to publish.

Public Class Methods

new(message = "Can't publish when stopped.") click to toggle source
Calls superclass method
# File lib/google/cloud/pubsub/errors.rb, line 26
def initialize message = "Can't publish when stopped."
  super message
end