Exception: Strobe::UnderMaintenanceError

Inherits:
StrobeError
  • Object
show all
Defined in:
lib/strobe.rb

Instance Method Summary collapse

Constructor Details

#initializeUnderMaintenanceError

Returns a new instance of UnderMaintenanceError.



49
50
51
52
# File 'lib/strobe.rb', line 49

def initialize
  super("We are currently down for maintenance. You can check our status " \
    "at http://twitter.com/strobestatus. Please try again soon.")
end