Exception: ConfigurationNilError

Inherits:
ConfigurationError show all
Defined in:
lib/openfga/client/client_errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(property) ⇒ ConfigurationNilError

Returns a new instance of ConfigurationNilError.



12
13
14
15
# File 'lib/openfga/client/client_errors.rb', line 12

def initialize(property)
  @property = property
  super "#{@property} must be specified"
end

Instance Attribute Details

#propertyObject (readonly)

Returns the value of attribute property.



11
12
13
# File 'lib/openfga/client/client_errors.rb', line 11

def property
  @property
end