Exception: Copyleaks::UnderMaintenanceException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/copyleaks/models/exceptions/under_maintenance_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeUnderMaintenanceException

Returns a new instance of UnderMaintenanceException.



26
27
28
# File 'lib/copyleaks/models/exceptions/under_maintenance_exception.rb', line 26

def initialize
  super 'Copyleaks is Under Maintenance, please visit https://status.copyleaks.com'
end