docs/APIUnauthorizedError

Forgejo::APIUnauthorizedError

Properties

Name Type Description Notes
message String [optional]
url String [optional]

Example

require 'forgejo'

instance = Forgejo::APIUnauthorizedError.new(
  message: null,
  url: null
)