Exception: Contentstack::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Contentstack::Error
- Defined in:
- lib/contentstack/error.rb
Instance Method Summary collapse
-
#initialize(msg = "Something Went Wrong.") ⇒ Error
constructor
A new instance of Error.
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 |