class RailsReactSSR::BundleError
Bundle errors
Attributes
bundle[R]
Public Class Methods
new(bundle, *args)
click to toggle source
Calls superclass method
# File lib/rails_react_ssr/errors.rb, line 10 def initialize(bundle, *args) super *args @bundle = bundle end