Exception: ReactOnRailsPro::Error
- Inherits:
-
StandardError
- Object
- StandardError
- ReactOnRailsPro::Error
show all
- Defined in:
- lib/react_on_rails_pro/error.rb,
sig/react_on_rails_pro/error.rbs
Class Method Summary
collapse
Class Method Details
.raise_duplicate_bundle_upload_error ⇒ Object
20
21
22
23
24
25
|
# File 'lib/react_on_rails_pro/error.rb', line 20
def self.raise_duplicate_bundle_upload_error
raise ReactOnRailsPro::Error,
"The bundle has already been uploaded, " \
"but the server is still sending the send_bundle status code. " \
"This is unexpected behavior."
end
|