/**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct('User authentication failed. Check authorization token');
 }
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct('Client authentication failed. Reference URL not found');
 }