<?php
namespace Faker\Provider\zh_TW;
/**
* @deprecated Use {@link \Faker\Provider\Internet} instead
* @see \Faker\Provider\Internet
*/
class Internet extends \Faker\Provider\Internet
{
/**
* @deprecated Use {@link \Faker\Provider\Internet::userName()} instead
* @see \Faker\Provider\Internet::userName()
*/
public function userName()
{
return parent::userName();
}
/**
* @deprecated Use {@link \Faker\Provider\Internet::domainWord()} instead
* @see \Faker\Provider\Internet::domainWord()
*/
public function domainWord()
{
return parent::domainWord();
}
}
In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.