|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
namespace PhpXmlRpc\Exception;
|
|
|
4 |
|
|
|
5 |
use PhpXmlRpc\Exception as BaseExtension;
|
|
|
6 |
|
|
|
7 |
/**
|
|
|
8 |
* Exception thrown when an object is in such a state that it can not fulfill execution of a method
|
|
|
9 |
*/
|
|
|
10 |
class StateErrorException extends BaseExtension
|
|
|
11 |
{
|
|
|
12 |
}
|