Exception: BN::Error::API::InvalidKey

Inherits:
Base
  • Object
show all
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_sObject



8
9
10
# File 'lib/bn/error/api/invalid_key.rb', line 8

def to_s
  "The key is invalid."
end