Exception: Transformers::HfHub::HfHubHTTPError
- Defined in:
- lib/transformers/hf_hub/utils/_errors.rb
Direct Known Subclasses
BadRequestError, DisabledRepoError, EntryNotFoundError, RepositoryNotFoundError, RevisionNotFoundError
Instance Method Summary collapse
-
#initialize(message, response = nil) ⇒ HfHubHTTPError
constructor
A new instance of HfHubHTTPError.
Constructor Details
#initialize(message, response = nil) ⇒ HfHubHTTPError
Returns a new instance of HfHubHTTPError.
4 5 6 |
# File 'lib/transformers/hf_hub/utils/_errors.rb', line 4 def initialize(, response = nil) super() end |