Searched refs:EnumCastingException (Results 1 – 8 of 8) sorted by relevance
21 throwError(errorType: EnumCastingException.self) in spec()24 throwError(errorType: EnumCastingException.self) in spec()
200 throwError(errorType: EnumCastingException.self) in spec()
34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>()54 internal class EnumCastingException: GenericException<(type: Any.Type, value: Any)> { class
34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>()68 internal class EnumCastingException: GenericException<(type: Any.Type, value: Any)> { class