method

new

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: DeserializationError
new() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/arguments.rb, line 11 def initialize # :nodoc: super("Error while trying to deserialize arguments: #{$!.message}") set_backtrace $!.backtrace end
Register or log in to add new notes.