Exception: BN::Error::API::InvalidKey
- Defined in:
- lib/bn/error/api/invalid_key.rb
Overview
Raised when the key is invalid.
Instance Method Summary collapse
Methods included from Helpers::HasAttributes
included, #initialize, #update_attributes
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/bn/error/api/invalid_key.rb', line 8 def to_s "The key is invalid." end |