add error stub

This commit is contained in:
Jonathan Guthrie 2016-09-30 15:45:13 -04:00
parent 5fac1dcac0
commit 7bdc9635b2
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
//
// PerfectCRUDErrors.swift
// PerfectPostgresCRUD
//
// Created by Jonathan Guthrie on 2016-09-26.
//
//
public enum PerfectCRUDError: String {
case database = "No Database Specified"
case error = "Error"
case noError = "No Error"
}