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

9 lines
136 B
PHP
Executable File

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