class Nginxtra::Error::InvalidPartialArguments

Raised if a partial is called with anything but no arguments or a single Hash.

Constants

MESSAGE

Public Class Methods

new() click to toggle source
Calls superclass method Nginxtra::Error::Base::new
# File lib/nginxtra/error.rb, line 80
def initialize
  super("Invalid partial arguments", header: HEADER, message: MESSAGE)
end