class Lp::Serializable::Exceptions::UnserializableCollection
Public Class Methods
new(msg = "Expected an object, but a collection was given.")
click to toggle source
Calls superclass method
# File lib/lp/serializable/exceptions.rb, line 5 def initialize(msg = "Expected an object, but a collection was given.") super end