class Contentstack::Error
Public Class Methods
new(msg="Something Went Wrong.")
click to toggle source
Calls superclass method
# File lib/contentstack/error.rb, line 3 def initialize(msg="Something Went Wrong.") super end