class SQLite3::Exception

Overview

Exception thrown on invalid SQLite3 operations.

Defined in:

sqlite3/exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db) #

[View source]

Instance Method Detail

def code : Int32 #

The internal code associated with the failure.


[View source]