class Nginxtra::Error::UndeterminedNginxBinary

Raised if the nginx binary cannot be determined from the /etc/init.d/nginx init script.

Constants

MESSAGE

Public Class Methods

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