GeneralExceptionResponse.php 177 B

1234567891011
  1. <?php
  2. namespace NavOnlineInvoice;
  3. class GeneralExceptionResponse extends BaseExceptionResponse {
  4. public function getResult() {
  5. return (array)$this->xml;
  6. }
  7. }