Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meurestaurante.app
/
vendor
/
guzzlehttp
/
promises
/
src
/
Editing: CancellationException.php
<?php namespace GuzzleHttp\Promise; /** * Exception that is set as the reason for a promise that has been cancelled. */ class CancellationException extends RejectionException { }
Save
Cancel