class BN::Error::API::InvalidKey

Raised when the key is invalid.

Public Instance Methods

to_s() click to toggle source
# File lib/bn/error/api/invalid_key.rb, line 8
def to_s
  "The key is invalid."
end