FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
php-http
/
httplug
/
src
/
Exception
Edit File: TransferException.php
<?php namespace AmeliaHttp\Client\Exception; use AmeliaHttp\Client\Exception; /** * Base exception for transfer related exceptions. * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> */ class TransferException extends \RuntimeException implements Exception { }
Save
Back