Exception: Lensflare::Error::NotAFrame

Inherits:
Lensflare::Error show all
Defined in:
lib/lensflare/error.rb

Overview

thrown when a frame object is expected

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/lensflare/error.rb', line 10

def message
  "not a frame"
end