Exception: Contentstack::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/contentstack/error.rb

Instance Method Summary collapse

Constructor Details

#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