class ComfortableMexicanSofa::MissingLayout

Public Class Methods

new(identifier) click to toggle source
Calls superclass method
# File lib/comfortable_mexican_sofa/error.rb, line 18
def initialize(identifier)
  super "Cannot find CMS Layout with identifier: #{identifier}"
end