Exception: Rnp::FeatureNotAvailableError

Inherits:
Error
  • Object
show all
Defined in:
lib/rnp/error.rb

Instance Attribute Summary

Attributes inherited from Error

#rc

Instance Method Summary collapse

Constructor Details

#initialize(feature) ⇒ FeatureNotAvailableError

Returns a new instance of FeatureNotAvailableError.



22
23
24
# File 'lib/rnp/error.rb', line 22

def initialize(feature)
  super("#{feature} is not available in your version of rnp.")
end