class Cascade::UnsupportedComponent

Constants

MESSAGE

Public Class Methods

new(msg = MESSAGE) click to toggle source
Calls superclass method
# File lib/cascade/exceptions/unsupported_component.rb, line 7
def initialize(msg = MESSAGE)
  super
end