Exception: RFb::Exceptions::RFbAppNameUndefined
- Inherits:
-
RFbAppException
- Object
- Exception
- RFbAppException
- RFb::Exceptions::RFbAppNameUndefined
- Defined in:
- lib/r_fb/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/r_fb/exceptions.rb', line 9 def "AppName not defined! - define it by adding this in your environment: RFb.app_name = 'your_app_name'" end |