tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

Uses local error domain and local error generation function #117

Closed andre-wolfe closed 8 years ago

andre-wolfe commented 8 years ago

Fairly simple patch to not leverage the now deprecated call to Alamofire's error system.

tristanhimmelman commented 8 years ago

Thanks for this 👍

andre-wolfe commented 8 years ago

Glad to help 😄