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.



52
53
54
55
# File 'lib/strobe.rb', line 52

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