class TypeError - Ruby 2.2.4 Core API Reference API Reference
From Ruby 2.2 Core API
class TypeError
Raised when encountering an object that is not of the expected type.
[1, 2, 3].first("two")
raises the exception:
TypeError: no implicit conversion of String into Integer