Skip to content

Commit

Permalink
fix compilor error
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley-xk committed Dec 16, 2020
1 parent b3be255 commit 4ea7be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MaLiang/Classes/MetalBase/MLError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import Foundation

public enum MLError: Error {

case initializationError

/// the requested file does not exists
case fileNotExists(String)

Expand Down

0 comments on commit 4ea7be1

Please sign in to comment.