Exception: RERB::EmptyFrameError
Instance Method Summary collapse
-
#initialize(message = "Frames list is empty") ⇒ EmptyFrameError
constructor
A new instance of EmptyFrameError.
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( = "Frames list is empty") super @message = end |