コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct('User authentication failed. Check authorization token');
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct('Client authentication failed. Reference URL not found');
 }