Exception: Transformers::HfHub::HfHubHTTPError

Inherits:
Error
  • Object
show all
Defined in:
lib/transformers/hf_hub/utils/_errors.rb

Instance Method Summary collapse

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(message, response = nil)
  super(message)
end