class CQL::RecordNotFoundError

Overview

Error raised when a record is not found

Defined in:

exceptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(model_class : String, id : DB::Any) #

[View source]

Instance Method Detail

def id : DB::Any #

[View source]
def model_class : String #

[View source]