class UndefinedSerializersError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/api_schema/exceptions/undefined_serializers_error.rb, line 2
def initialize(msg)
  super
end