Exception: CityGrid::API::MUSHPendingChanges

Inherits:
StandardError
  • Object
show all
Defined in:
lib/citygrid/api.rb

Overview

Errors

Instance Method Summary collapse

Constructor Details

#initialize(message = "The are currently pending changes in the mush. Cannot update.") ⇒ MUSHPendingChanges

Returns a new instance of MUSHPendingChanges.



229
230
231
# File 'lib/citygrid/api.rb', line 229

def initialize message = "The are currently pending changes in the mush.  Cannot update."
  super message
end