class Nginxtra::Error::NginxDetected

Raised when installing and nginx is detected to be installed.

Constants

MESSAGE

Public Class Methods

new() click to toggle source
Calls superclass method Nginxtra::Error::Base::new
# File lib/nginxtra/error.rb, line 111
def initialize
  super("Uninstall nginx before installing nginxtra", header: HEADER, message: MESSAGE)
end