Sha256: 799e95a4bccdfdbfca329407592f3ddeae777029cdd6ce5a5a570e334c25ed44

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

module SendgridToolkit
  class AuthenticationFailed < StandardError; end
  class NoAPIKeySpecified < StandardError; end
  class NoAPIUserSpecified < StandardError; end
  class UnsubscribeEmailAlreadyExists < StandardError; end
  class UnsubscribeEmailDoesNotExist < StandardError; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sendgrid_toolkit-0.1.1 lib/sendgrid_toolkit/sendgrid_error.rb