Files
crm.clientright.ru/modules/SPCMLConnector/UnsupportedProtocolVersionException.php

9 lines
136 B
PHP
Raw Normal View History

<?php
/**
* Indicates about unsopported cml protocol version
*/
class UnsupportedProtocolVersionException extends Exception {
}