Exception: RFb::Exceptions::RFbAppNameUndefined

Inherits:
RFbAppException show all
Defined in:
lib/r_fb/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/r_fb/exceptions.rb', line 9

def message
  "AppName not defined! - define it by adding this in your environment: RFb.app_name = 'your_app_name'"
end