Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
new liquid error
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Dec 8, 2020
1 parent 15500d9 commit c32f534
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/LiquidKit/FileStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

import struct Foundation.Data

public enum LiquidError: Swift.Error {
case keyNotExists
}

public protocol FileStorage {
var context: FileStorageContext { get }

Expand Down

0 comments on commit c32f534

Please sign in to comment.