Exception: Nginxbrew::VersionNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nginxbrew/catalog.rb

Instance Method Summary collapse

Constructor Details

#initialize(v) ⇒ VersionNotFoundError

Returns a new instance of VersionNotFoundError.



12
13
14
# File 'lib/nginxbrew/catalog.rb', line 12

def initialize(v)
    super("version '#{v}' is not found in all versions of nginxes/openresties")
end