Exception: Rnp::FeatureNotAvailableError
- Defined in:
- lib/rnp/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(feature) ⇒ FeatureNotAvailableError
constructor
A new instance of FeatureNotAvailableError.
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 |