Exception: Mysigner::InsecureUrlError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/mysigner/client.rb

Overview

Raised when the API token would be sent over an insecure (non-https, non-loopback) connection. See Client.assert_secure_api_url!.

Instance Attribute Summary

Attributes inherited from ClientError

#details, #error_code, #suggestion, #timestamp

Method Summary

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Mysigner::ClientError