9 lines
136 B
PHP
Executable File
9 lines
136 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Indicates about unsopported cml protocol version
|
|
*/
|
|
class UnsupportedProtocolVersionException extends Exception {
|
|
|
|
}
|