class SimpleNavigationBootstrap::Error::InvalidHash

Exception raised when you set Hash without both 'text' and 'icon' parameters as Item 'name' parameter

Public Class Methods

new(msg = "Hash does not contain any of parameters: 'text', 'icon'") click to toggle source
Calls superclass method
# File lib/simple_navigation_bootstrap/error.rb, line 8
def initialize(msg = "Hash does not contain any of parameters: 'text', 'icon'")
  super
end