Skip to content

Commit

Permalink
Remove FilterError so that only Filters.Error is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Apr 30, 2017
1 parent 0cd340c commit 0391c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* The `ParametersError` enum has been replaced by the `Parameters.Error` nested type.
[Olivier Halligon](https://github.com/AliGator)
[#?](https://github.com/SwiftGen/SwiftGenKit/pulls/#)
* The `FilterError` enum has been replaced by the `Filters.Error` nested type.
[Olivier Halligon](https://github.com/AliGator)
[#?](https://github.com/SwiftGen/SwiftGenKit/pulls/#)

### New Features

Expand Down
4 changes: 0 additions & 4 deletions Sources/Filters.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
import Foundation
import Stencil

// For retro-compatibility. Remove in next major.
@available(*, deprecated, renamed: "Filters.Error", message: "Use the Filters.Error nested type instead")
typealias FilterError = Filters.Error

enum Filters {
enum Error: Swift.Error {
case invalidInputType
Expand Down

0 comments on commit 0391c4f

Please sign in to comment.