class Middleman::ImageUploaderTag::ImageUploaderTagException

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# File lib/middleman/image-uploader-tag/exceptions.rb, line 5
def initialize(msg = nil)
  @message = msg
  super
end