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