Exception: Hanami::Model::NotNullConstraintViolationError

Inherits:
ConstraintViolationError show all
Defined in:
lib/hanami/model/error.rb

Overview

Error for Not Null Constraint Violation

Since:

  • 0.6.1

Instance Method Summary collapse

Methods inherited from Error

for, mapping, register

Constructor Details

#initialize(message = "NOT NULL constraint has been violated") ⇒ NotNullConstraintViolationError

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of NotNullConstraintViolationError.

Since:

  • 0.6.1



90
91
92
# File 'lib/hanami/model/error.rb', line 90

def initialize(message = "NOT NULL constraint has been violated")
  super
end