class Nginxbrew::VersionNotFoundError

Public Class Methods

new(v) click to toggle source
Calls superclass method
# File lib/nginxbrew/catalog.rb, line 12
def initialize(v)
    super("version '#{v}' is not found in all versions of nginxes/openresties")
end