Exception: RouteNGN::PrimaryFieldException
- Inherits:
-
Exception
- Object
- Exception
- RouteNGN::PrimaryFieldException
- Defined in:
- lib/routengn/mapper.rb
Overview
ClassMethods
Instance Method Summary collapse
-
#initialize(msg = "Model does not specify a primary field.") ⇒ PrimaryFieldException
constructor
A new instance of PrimaryFieldException.
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 |