Exception: Kerbi::BadEntryQueryForWrite

Inherits:
Error
  • Object
show all
Defined in:
lib/main/errors.rb

Constant Summary collapse

MSG =
"write-state needs an existing entry id/tag, 'candidate', or 'latest'"

Instance Method Summary collapse

Constructor Details

#initialize(msg = MSG) ⇒ BadEntryQueryForWrite

Returns a new instance of BadEntryQueryForWrite.



28
29
30
# File 'lib/main/errors.rb', line 28

def initialize(msg = MSG)
  super
end