Beanstalk\Exception¶| Extends: | Exception |
|---|---|
| Description: | Beanstalk Exceptions |
| Author: | Joshua Dechant <jdechant@shapeup.com> |
Class Constants
Beanstalk\Exception::OUT_OF_MEMORY¶Beanstalk\Exception::INTERNAL_ERROR¶Beanstalk\Exception::BAD_FORMAT¶Beanstalk\Exception::UNKNOWN_COMMAND¶Beanstalk\Exception::BURIED¶Beanstalk\Exception::NOT_FOUND¶Beanstalk\Exception::EXPECTED_CRLF¶Beanstalk\Exception::JOB_TOO_BIG¶Beanstalk\Exception::DEADLINE_SOON¶Beanstalk\Exception::TIMED_OUT¶Beanstalk\Exception::TUBE_NAME_TOO_LONG¶Beanstalk\Exception::NOT_IGNORED¶Beanstalk\Exception::UNKNOWN¶Beanstalk\Exception::SERVER_OFFLINE¶Beanstalk\Exception::SERVER_READ¶Beanstalk\Exception::SERVER_WRITE¶Class Methods
Exception::__constructException::getCodeAsString – Get a string representation of a given codeBeanstalk\Exception::__construct($message[, $code = 0, $previous = null])¶| Parameters: |
|
|---|
Beanstalk\Exception::getCodeAsString()¶| Description: | Get a string representation of a given code |
|---|---|
| Returns: | string |