Exception: Mobius::Client::Error::TrustlineMissing

Inherits:
Mobius::Client::Error show all
Defined in:
lib/mobius/client/error.rb

Overview

Raises if account does not contain MOBI trustline

Instance Method Summary collapse

Instance Method Details

#to_sObject



27
28
29
# File 'lib/mobius/client/error.rb', line 27

def to_s
  @message || "Trustline not found"
end