aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/guzzlehttp/guzzle/src/Exception/StateException.php
blob: a7652a384fd198eb2f07b8a73e2cb264232a1e42 (plain)
1
2
3
4
<?php
namespace GuzzleHttp\Exception;

class StateException extends TransferException {};