Ergo\Http\Error\Unauthorized::__construct PHP Method

__construct() public method

public __construct ( $string )
    function __construct($string)
    {
        parent::__construct($string, self::STATUS_CODE);
    }
Unauthorized