class Mobius::Client::Error::AccountMissing

Raised if stellar account is missing on network

Public Instance Methods

to_s() click to toggle source
# File lib/mobius/client/error.rb, line 4
def to_s
  @message || "Stellar account does not exists"
end