Skip to content

TypeError: exception class/object expected #15

@marutypes

Description

@marutypes

The abover error is returned when the service returns an error status.

I think this error is caused by bgg_api.rb#L120

raise "Received a #{response.code} at #{url} with #{params}"

which should be

raise Exception.new("Received a #{response.code} at #{url} with #{params}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions