class ViewModel::DeserializationError::Internal
There has been an unexpected internal failure of the ViewModel
library.
Attributes
detail[R]
Public Class Methods
new(detail, nodes = [])
click to toggle source
Calls superclass method
ViewModel::AbstractErrorWithBlame::new
# File lib/view_model/deserialization_error.rb, line 45 def initialize(detail, nodes = []) @detail = detail super(nodes) end