- Class name: UserVisible
- Namespace: JSMF\Exception
- Parent class: JSMF\Exception
const USER_EXCEPTION = 1337
\Exception JSMF\Exception::__construct(String|null $message, Int $code, \JSMF\Exception|null $previous, Array $additionalData)
constructs exception
- Visibility: public
- This method is defined by JSMF\Exception
- $message String|null
- $code Int
- $previous JSMF\Exception|null
- $additionalData Array - <p>(append additional data to the exceptoni (makes sense on json response))</p>
mixed JSMF\Exception\UserVisible::getHeadline()
- Visibility: public
mixed JSMF\Exception::__toString()
- Visibility: public
- This method is defined by JSMF\Exception
Array JSMF\Exception::getAdditionalData()
returns additional exception data if set
- Visibility: public
- This method is defined by JSMF\Exception
Boolean JSMF\Exception::isBad()
returns if this is a "bad" exception where the developers should be informed about
- Visibility: public
- This method is defined by JSMF\Exception