lib/react_on_rails/error.rb



# frozen_string_literal: true

module ReactOnRails
  class Error < StandardError
  end
end