0001    /**
0002     The only error Mapper produces when failing to fetch/convert/or otherwise create a value
0003     if a Mapper function is marked as throws, any error produced internally *will* be a `MapperError`
0004    
0005     Custom implementations of Mappable, Convertible, or transformation functions can throw any error they desire
0006     */
0007    public struct MapperError
Mapper.swift:38
        throw MapperError()
Mapper.swift:95
        throw MapperError()
Mapper.swift:152
        throw MapperError()
Mapper.swift:176
        throw MapperError()
Mapper.swift:267
        throw MapperError()
NSURL+Convertible.swift:16
        throw MapperError()
Transform+Dictionary.swift:55
                throw MapperError()
: ErrorType { 0008 @warn_unused_result 0009 public init
Mapper.swift:38
        throw MapperError()
Mapper.swift:95
        throw MapperError()
Mapper.swift:152
        throw MapperError()
Mapper.swift:176
        throw MapperError()
Mapper.swift:267
        throw MapperError()
NSURL+Convertible.swift:16
        throw MapperError()
Transform+Dictionary.swift:55
                throw MapperError()
() {} 0010 } 0011