Exception: Boxenn::InvalidPrimaryKey

Inherits:
StandardError
  • Object
show all
Defined in:
lib/boxenn/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InvalidPrimaryKey

Returns a new instance of InvalidPrimaryKey.



3
4
5
# File 'lib/boxenn/errors.rb', line 3

def initialize(**args)
  super(_message(**args))
end