Skip to content

Commit

Permalink
Exposes description property
Browse files Browse the repository at this point in the history
  • Loading branch information
sandmman committed May 21, 2018
1 parent c60fe8f commit f3b57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BluemixAppID/api/AuthorizationError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Foundation
public enum AuthorizationError: Error {
case authorizationFailure(String)

var description: String {
public var description: String {
switch self {
case .authorizationFailure(let msg) :
return msg
Expand Down

0 comments on commit f3b57f4

Please sign in to comment.