shard-crystal-db/src/db/error.cr

5 lines
46 B
Crystal
Raw Normal View History

module DB
class Error < Exception
end
end