Ouzo\Api\ValidationException::__construct PHP Method

__construct() public method

public __construct ( $errors, $headers = [] )
    public function __construct($errors, $headers = array())
    {
        parent::__construct(self::HTTP_CODE, $errors, $headers);
    }
ValidationException