Method: Contentstack::Error#initialize

Defined in:
lib/contentstack/error.rb

#initialize(msg = "Something Went Wrong.") ⇒ Error

Returns a new instance of Error.


3
4
5
# File 'lib/contentstack/error.rb', line 3

def initialize(msg="Something Went Wrong.")
  super
end