Sha256: 301853005e321a4a518c4bb6d283e8b83b3c759d81d7a9ad851ace5d78a8142c

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

module Heroku
  class Commander
    module Errors
      class AlreadyRunningError < Heroku::Commander::Errors::Base

        def initialize(opts)
          super(compose_message("already_running_error", opts))
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
heroku-commander-0.3.1 lib/heroku/commander/errors/already_running_error.rb
heroku-commander-0.3.0 lib/heroku/commander/errors/already_running_error.rb
heroku-commander-0.2.0 lib/heroku/commander/errors/already_running_error.rb
heroku-commander-0.1.0 lib/heroku/commander/errors/already_running_error.rb