
#################
CommunicatorError
#################

.. js:class:: CommunicatorError

   Base error class for all Communicator errors. Extends base Error class as documented `here <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error>`_\ .
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~CommunicatorError.constructor`
   
   




Constructors
============

.. js:method:: CommunicatorError.constructor

   .. rst-class:: sig-pretty-signature
   
      | CommunicatorError(**message**\ : *string*\ ): :js:class:`~CommunicatorError`
   
   Creates a new CommunicatorError
   
   **Parameters**
   
      **message**\ : *string*
   
   
   **Returns**\ : :js:class:`~CommunicatorError`
   





