Exception: RERB::EmptyFrameError

Inherits:
Error
  • Object
show all
Defined in:
lib/rerb.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Frames list is empty") ⇒ EmptyFrameError

Returns a new instance of EmptyFrameError.



13
14
15
16
# File 'lib/rerb.rb', line 13

def initialize(message = "Frames list is empty")
  super
  @message = message
end