class Red5::Red5Exception

Attributes

status[R]

Public Class Methods

new(status) click to toggle source
# File lib/red_5/exceptions/red_5_exception.rb, line 5
def initialize status
  @status = status
end