class SimpleNavigationRenderers::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_renderers/exceptions.rb, line 4 def initialize( msg = "Hash does not contain any of parameters: 'text', 'icon'" ) super end