class Nextcloud::Ruby::Errors::ConfigNotSet

Public Class Methods

new(param) click to toggle source
Calls superclass method
# File lib/nextcloud/ruby/utils/errors.rb, line 15
def initialize(param)
  msg = "Please check if you set #{param}, seems it is missing."
  super(msg)
end