Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
pda
/
pheanstalk
/
src
/
Exception
/
Editing: JobNotFoundException.php
<?php namespace Pheanstalk\Exception; /** * Indicates that the given job was not found by the server * * inherits from ServerException for backwards compatibility */ class JobNotFoundException extends ServerException { }
Save
Cancel