Exception: Mobius::Client::Error::TrustlineMissing
- Inherits:
-
Mobius::Client::Error
- Object
- StandardError
- Mobius::Client::Error
- Mobius::Client::Error::TrustlineMissing
- Defined in:
- lib/mobius/client/error.rb
Overview
Raises if account does not contain MOBI trustline
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
27 28 29 |
# File 'lib/mobius/client/error.rb', line 27 def to_s @message || "Trustline not found" end |