Exception
=========
.. php:namespace:: DreamCommerce\ShopAppstoreLib\Client\Exception
.. php:class:: Exception

An exception raised upon :php:class:`DreamCommerce\\ShopAppstoreLib\\Client` library error.

constants
*********

``API_ERROR``
    an server API error occured - check error message
``ENTRYPOINT_URL_INVALID``
    invalid shop URL
``METHOD_NOT_SUPPORTED``
    tried to perform an unsupported method (other than ``GET/POST/PUT/DELETE``)
``UNKNOWN_ERROR``
    unknown error
``PARAMETER_NOT_SPECIFIED``
    required parameter has not been specified

