/
home
/
henzagold
/
server
/
vendor
/
phpro
/
soap-client
/
src
/
Phpro
/
SoapClient
/
Exception
/
File Upload :
llllll
Current File: /home/henzagold/server/vendor/phpro/soap-client/src/Phpro/SoapClient/Exception/WsdlException.php
<?php namespace Phpro\SoapClient\Exception; /** * Class WsdlException * * @package Phpro\SoapClient\Exception */ class WsdlException extends RuntimeException { /** * @param string $path * * @return WsdlException */ public static function notFound(string $path): self { return new self( sprintf('The WSDL could not be loaded from location: %s', $path) ); } /** * @param \Throwable $exception * * @return WsdlException */ public static function fromException(\Throwable $exception): self { return new self( $exception->getMessage(), $exception->getCode(), $exception ); } }
Copyright ©2k19 -
Hexid
|
Tex7ure