module Lunanode # A RuntimeError raised when the API call returns unsuccessfully. class APIError < RuntimeError end end