mirror of
https://github.com/munki/munki.git
synced 2026-05-24 15:18:36 -05:00
Change MunkiError to a class so it can be subclassed
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct MunkiError: Error, CustomStringConvertible {
|
||||
class MunkiError: Error, CustomStringConvertible {
|
||||
// General error class for errors
|
||||
public internal(set) var message: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user