class Nginxtra::Error::InvalidCompilationOption
Subclass of InvalidConfig
that indicates an option was provided that is not allowed.
Constants
- MESSAGES
Public Class Methods
new(parameter)
click to toggle source
Calls superclass method
Nginxtra::Error::Base::new
# File lib/nginxtra/error.rb, line 59 def initialize(parameter) super("Invalid compilation option --#{parameter}", header: "Invalid compilation option --#{parameter}", message: MESSAGES[parameter]) end