Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
pda
/
pheanstalk
/
src
/
Exception
/
Editing: JobTooBigException.php
<?php namespace Pheanstalk\Exception; /** * Indicates that the given job body is larger then the servers configured max-job-size */ class JobTooBigException extends ClientException { }
Save
Cancel