Ouzo\Api\ForbiddenException::__construct PHP Method

__construct() public method

public __construct ( $errors )
    public function __construct($errors)
    {
        parent::__construct(self::HTTP_CODE, $errors);
    }
ForbiddenException