class Twitter::Error::UnacceptableIO

Raised when a Tweet includes media that doesn't have a to_io method

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/twitter/error.rb, line 115
def initialize
  super('The IO object for media must respond to to_io')
end