Exception: RouteNGN::PrimaryFieldException

Inherits:
Exception
  • Object
show all
Defined in:
lib/routengn/mapper.rb

Overview

ClassMethods

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Model does not specify a primary field.") ⇒ PrimaryFieldException

Returns a new instance of PrimaryFieldException.



148
149
150
# File 'lib/routengn/mapper.rb', line 148

def initialize(msg = "Model does not specify a primary field.")
  super
end