class ComfortableMexicanSofa::MissingSite
Public Class Methods
new(identifier)
click to toggle source
Calls superclass method
# File lib/comfortable_mexican_sofa/error.rb, line 10 def initialize(identifier) super "Cannot find CMS Site with identifier: #{identifier}" end