| 1 | <?php  | 
            ||
| 7 | class TicketStatusConflictException extends HttpException  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * Constructor.  | 
            ||
| 11 | *  | 
            ||
| 12 | * @param string $message The internal exception message  | 
            ||
| 13 | * @param \Exception $previous The previous exception  | 
            ||
| 14 | * @param int $code The internal exception code  | 
            ||
| 15 | */  | 
            ||
| 16 | public function __construct($message = null, \Exception $previous = null, $code = 409)  | 
            ||
| 20 | }  | 
            ||
| 21 |