Skip to content

Commit

Permalink
[NF] Make DecreeErrorDescribable public
Browse files Browse the repository at this point in the history
  • Loading branch information
drewag committed Aug 6, 2019
1 parent 6123212 commit 4e48422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Decree/Basic Types/DecreeErrorDescribable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

/// Protocol to improve the reporting of your own errors
protocol DecreeErrorDescribable {
public protocol DecreeErrorDescribable {
var reason: String {get}
var details: String? {get}
var isInternal: Bool {get}
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
env:
IOS_DEVICE: 'platform=iOS Simulator,OS=12.2,name=iPhone SE'
TVOS_DEVICE: 'platform=tvOS Simulator,OS=12.2,name=Apple TV 4K'
CODECOV_JOB: 'true'
CODECOV_TOKEN: $(codecovToken)
- job: SwiftPM
pool:
vmImage: 'macos-latest'
Expand Down

0 comments on commit 4e48422

Please sign in to comment.