Exception: ChatbotHelper::Exceptions::InvalidResource

Inherits:
Error
  • Object
show all
Defined in:
lib/chatbot_helper/exceptions.rb

Overview

An invalid resource error

Instance Attribute Summary

Attributes inherited from Error

#errors

Class Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from ChatbotHelper::Exceptions::Error

Class Method Details

.descriptionObject



21
22
23
# File 'lib/chatbot_helper/exceptions.rb', line 21

def description
  'A resource is invalid or does not follow its specification'
end