Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
pda
/
pheanstalk
/
src
/
Exception
/
Editing: ClientException.php
<?php namespace Pheanstalk\Exception; use Pheanstalk\Exception; /** * An exception originating from the beanstalkd client. */ class ClientException extends Exception { }
Save
Cancel