Class TypedArray::UnexpectedTypeException
In: lib/typed-array.rb
Parent: Exception

The exception that is raised when an Unexpected Type is reached during validation

Methods

new   to_s  

Attributes

expected  [R]  Provide access to the types of objects expected and the class of the object received
received  [R]  Provide access to the types of objects expected and the class of the object received

Public Class methods

Public Instance methods

[Validate]